Html Css Color HEX #ACB46F Dark Khaki

📋 copy color: '#ACB46F'

red 172 ◦ green 180 ◦ blue 111

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

Shades of Dark Khaki #ACB46F

Tints of Dark Khaki #ACB46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 37.15%
G = 38.88%
B = 23.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#ACB46F (or 0xACB46F) is known color: Dark Khaki. HEX triplet: AC, B4 and 6F. RGB value is (172,180,111). Sum of RGB (Red+Green+Blue) = 172+180+111=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB46F is #534B90. Grayscale: #AAAAAA. Windows color (decimal): -5458833 or 7320748. OLE color: 7320748.

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

Color convert

RGB 172 180 111 -
CMYK 0.04 0 0.38 0.29
HSL 66.96º 0.32% 0.57% -
HSV(B) 66.96º 0.38% 0.71% -
XYZ 36.2 42.56 21.35 -
YUV 169.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 172 180 111 0.04 0 0.38 0.29 66.96 0.32 0.57
Hex AC B4 6F 4 0 26 1D 43 20 39
Octal 254 264 157 4 0 46 35 103 40 71
Binary 10101100 10110100 1101111 100 0 100110 11101 1000011 100000 111001

Color Harmonies of #ACB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB46F

Black with #ACB46F

Text Example


Text Example

White with #ACB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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