Color Hex Logo

#acb169 Color Hex

#ACB169
(172,177,105)
0 Favorites   0 Comments

Color spaces of #acb169

RGB 172177105
HSL0.180.320.55
HSV64°41°69°
CMYK 0.030.000.41   0.31
XYZ35.285241.234919.4640
Yxy41.23490.36760.4296
Hunter Lab64.2144-14.291226.9787
CIE-Lab70.3402-12.802936.1978

#acb169 color RGB value is (172,177,105).

#acb169 hex color red value is 172, green value is 177 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acb169 hue: 0.18 , saturation: 0.32 and the lightness value of acb169 is 0.55.

The process color (four color CMYK) of #acb169 color hex is 0.03, 0.00, 0.41, 0.31. Web safe color of #acb169 is #999966. Color #acb169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01101001
Octal 254 261 151
Decimal 172 177 105
Hex AC B1 69

RGB Percentages of Color #acb169

%37.89
%38.99
%23.13

CMYK Percentages of Color #acb169

%3
%0
%41
%31

Triadic Colors of #acb169

#acb169 #69acb1 #b169ac

Analogous Colors of #acb169

#acb169 #88b169 #b19269

Monochromatic Colors of #acb169

#acb169

Complementary Color

#acb169 #6e69b1

#acb169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb169 Color CSS Codes

.mybgcolor {background-color:#acb169; } 
.myforecolor {color:#acb169; }
.mybordercolor {border:3px solid #acb169; }

#acb169 Text Font Color

<p style="color:#acb169">Text here</p>

This sample text font color is #acb169
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#acb169 Background Color

<div style="background-color:#acb169">
Div content here</div>

This div background color is #acb169


#acb169 Border Color

<div style="border:3px solid #acb169">
Div here</div>

This div border color is #acb169


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,177,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acb169; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acb169;
  -webkit-box-shadow: 1px 1px 3px 2px #acb169;
  box-shadow:         1px 1px 3px 2px #acb169; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,177,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acb169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #acb169;
  -webkit-box-shadow: 1px 1px 3px 2px #acb169;
  box-shadow:         1px 1px 3px 2px #acb169;">
Div content here</div>

This div box has shadow with color #acb169


Comments

No comments written yet.

Please login to write comment.