Html Css Color HEX #ACAC6E Dark Khaki

📋 copy color: '#ACAC6E'

red 172 ◦ green 172 ◦ blue 110

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

Shades of Dark Khaki #ACAC6E

Tints of Dark Khaki #ACAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 37.89%
G = 37.89%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#ACAC6E (or 0xACAC6E) is known color: Dark Khaki. HEX triplet: AC, AC and 6E. RGB value is (172,172,110). Sum of RGB (Red+Green+Blue) = 172+172+110=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6E is #535391. Grayscale: #A5A5A5. Windows color (decimal): -5460882 or 7253164. OLE color: 7253164.

HSL color Cylindrical-coordinate representation of color #ACAC6E: hue angle of 60º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACAC6E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 110 -
CMYK 0 0 0.36 0.33
HSL 60º 0.27% 0.55% -
HSV(B) 60º 0.36% 0.67% -
XYZ 34.58 39.4 20.53 -
YUV 164.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 172 172 110 0 0 0.36 0.33 60 0.27 0.55
Hex AC AC 6E 0 0 24 21 3C 1B 37
Octal 254 254 156 0 0 44 41 74 33 67
Binary 10101100 10101100 1101110 0 0 100100 100001 111100 11011 110111

Color Harmonies of #ACAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC6E

Black with #ACAC6E

Text Example


Text Example

White with #ACAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC6E; }

 p { color: rgb(172,172,110); }

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

background-color css

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

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

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

border-color css

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

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

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