Html Css Color HEX #ACB470 Dark Khaki

📋 copy color: '#ACB470'

red 172 ◦ green 180 ◦ blue 112

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

Shades of Dark Khaki #ACB470

Tints of Dark Khaki #ACB470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 37.07%
G = 38.79%
B = 24.14%

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

#ACB470 (or 0xACB470) is known color: Dark Khaki. HEX triplet: AC, B4 and 70. RGB value is (172,180,112). Sum of RGB (Red+Green+Blue) = 172+180+112=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB470 is #534B8F. Grayscale: #AAAAAA. Windows color (decimal): -5458832 or 7386284. OLE color: 7386284.

HSL color Cylindrical-coordinate representation of color #ACB470: hue angle of 67.06º degrees, saturation: 0.31, 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 #ACB470 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 112 -
CMYK 0.04 0 0.38 0.29
HSL 67.06º 0.31% 0.57% -
HSV(B) 67.06º 0.38% 0.71% -
XYZ 36.26 42.58 21.64 -
YUV 169.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 172 180 112 0.04 0 0.38 0.29 67.06 0.31 0.57
Hex AC B4 70 4 0 26 1D 43 1F 39
Octal 254 264 160 4 0 46 35 103 37 71
Binary 10101100 10110100 1110000 100 0 100110 11101 1000011 11111 111001

Color Harmonies of #ACB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB470

Black with #ACB470

Text Example


Text Example

White with #ACB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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