Html Css Color HEX #ACB56F Dark Khaki

📋 copy color: '#ACB56F'

red 172 ◦ green 181 ◦ blue 111

#ACB56F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #ACB56F

Tints of Dark Khaki #ACB56F

RGB

 RED value IS 172 (67.58% from 255) = 37.07%

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 37.07%
G = 39.01%
B = 23.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACB56F (or 0xACB56F) is known color: Dark Khaki. HEX triplet: AC, B5 and 6F. RGB value is (172,181,111). Sum of RGB (Red+Green+Blue) = 172+181+111=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56F is #534A90. Grayscale: #AAAAAA. Windows color (decimal): -5458577 or 7321004. OLE color: 7321004.

HSL color Cylindrical-coordinate representation of color #ACB56F: hue angle of 67.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB56F is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 111 -
CMYK 0.05 0 0.39 0.29
HSL 67.71º 0.32% 0.57% -
HSV(B) 67.71º 0.39% 0.71% -
XYZ 36.41 42.97 21.41 -
YUV 170.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 172 181 111 0.05 0 0.39 0.29 67.71 0.32 0.57
Hex AC B5 6F 5 0 27 1D 44 20 39
Octal 254 265 157 5 0 47 35 104 40 71
Binary 10101100 10110101 1101111 101 0 100111 11101 1000100 100000 111001

Color Harmonies of #ACB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB56F

Black with #ACB56F

Text Example


Text Example

White with #ACB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB56F; }

 p { color: rgb(172,181,111); }

 H1.HeaderClassName
 {
   color: #ACB56F;
 }
 .AnyTagClassName
 {
   color: #ACB56F;
 }
</style>

background-color css

<style>
 a { background-color: #ACB56F; }

 a { background-color: rgb(172,181,111); }

 div.DivClassName
 {
   background-color: #ACB56F;
 }
 .BgClassName
 {
   background-color: #ACB56F;
 }
</style>

border-color css

<style>
 span { border-color: #ACB56F; }

 span { border-color: rgb(172,181,111); }

 td.TdClassName
 {
   border-color: #ACB56F;
 }
 .TagClassName
 {
   border-color: #ACB56F;
 }
</style>