Html Css Color HEX #ACB36F Dark Khaki

📋 copy color: '#ACB36F'

red 172 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #ACB36F

Tints of Dark Khaki #ACB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

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

R = 37.23%
G = 38.74%
B = 24.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#ACB36F (or 0xACB36F) is known color: Dark Khaki. HEX triplet: AC, B3 and 6F. RGB value is (172,179,111). Sum of RGB (Red+Green+Blue) = 172+179+111=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB36F is #534C90. Grayscale: #A9A9A9. Windows color (decimal): -5459089 or 7320492. OLE color: 7320492.

HSL color Cylindrical-coordinate representation of color #ACB36F: hue angle of 66.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB36F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 111 -
CMYK 0.04 0 0.38 0.30
HSL 66.18º 0.31% 0.57% -
HSV(B) 66.18º 0.38% 0.7% -
XYZ 36 42.16 21.28 -
YUV 169.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 172 179 111 0.04 0 0.38 0.30 66.18 0.31 0.57
Hex AC B3 6F 4 0 26 1E 42 1F 39
Octal 254 263 157 4 0 46 36 102 37 71
Binary 10101100 10110011 1101111 100 0 100110 11110 1000010 11111 111001

Color Harmonies of #ACB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB36F

Black with #ACB36F

Text Example


Text Example

White with #ACB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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