Html Css Color HEX #ACB872 Caper

📋 copy color: '#ACB872'

red 172 ◦ green 184 ◦ blue 114

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

Shades of Caper #ACB872

Tints of Caper #ACB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 36.6%
G = 39.15%
B = 24.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#ACB872 (or 0xACB872) is known color: Caper. HEX triplet: AC, B8 and 72. RGB value is (172,184,114). Sum of RGB (Red+Green+Blue) = 172+184+114=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB872 is #53478D. Grayscale: #ACACAC. Windows color (decimal): -5457806 or 7518380. OLE color: 7518380.

HSL color Cylindrical-coordinate representation of color #ACB872: hue angle of 70.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB872 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 114 -
CMYK 0.07 0 0.38 0.28
HSL 70.29º 0.33% 0.58% -
HSV(B) 70.29º 0.38% 0.72% -
XYZ 37.19 44.27 22.5 -
YUV 172.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 172 184 114 0.07 0 0.38 0.28 70.29 0.33 0.58
Hex AC B8 72 7 0 26 1C 46 21 3A
Octal 254 270 162 7 0 46 34 106 41 72
Binary 10101100 10111000 1110010 111 0 100110 11100 1000110 100001 111010

Color Harmonies of #ACB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB872

Black with #ACB872

Text Example


Text Example

White with #ACB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB872; }

 p { color: rgb(172,184,114); }

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

background-color css

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

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

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

border-color css

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

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

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