Html Css Color HEX #ACB871 Caper

📋 copy color: '#ACB871'

red 172 ◦ green 184 ◦ blue 113

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

Shades of Caper #ACB871

Tints of Caper #ACB871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 36.67%
G = 39.23%
B = 24.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#ACB871 (or 0xACB871) is known color: Caper. HEX triplet: AC, B8 and 71. RGB value is (172,184,113). Sum of RGB (Red+Green+Blue) = 172+184+113=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB871 is #53478E. Grayscale: #ACACAC. Windows color (decimal): -5457807 or 7452844. OLE color: 7452844.

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

Color convert

RGB 172 184 113 -
CMYK 0.07 0 0.39 0.28
HSL 70.14º 0.33% 0.58% -
HSV(B) 70.14º 0.39% 0.72% -
XYZ 37.13 44.24 22.21 -
YUV 172.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 172 184 113 0.07 0 0.39 0.28 70.14 0.33 0.58
Hex AC B8 71 7 0 27 1C 46 21 3A
Octal 254 270 161 7 0 47 34 106 41 72
Binary 10101100 10111000 1110001 111 0 100111 11100 1000110 100001 111010

Color Harmonies of #ACB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB871

Black with #ACB871

Text Example


Text Example

White with #ACB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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