Html Css Color HEX #ACB886 Caper

📋 copy color: '#ACB886'

red 172 ◦ green 184 ◦ blue 134

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

Shades of Caper #ACB886

Tints of Caper #ACB886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 35.1%
G = 37.55%
B = 27.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#ACB886 (or 0xACB886) is known color: Caper. HEX triplet: AC, B8 and 86. RGB value is (172,184,134). Sum of RGB (Red+Green+Blue) = 172+184+134=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB886 is #534779. Grayscale: #AEAEAE. Windows color (decimal): -5457786 or 8829100. OLE color: 8829100.

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

Color convert

RGB 172 184 134 -
CMYK 0.07 0 0.27 0.28
HSL 74.4º 0.26% 0.62% -
HSV(B) 74.4º 0.27% 0.72% -
XYZ 38.46 44.77 29.17 -
YUV 174.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 172 184 134 0.07 0 0.27 0.28 74.4 0.26 0.62
Hex AC B8 86 7 0 1B 1C 4A 1A 3E
Octal 254 270 206 7 0 33 34 112 32 76
Binary 10101100 10111000 10000110 111 0 11011 11100 1001010 11010 111110

Color Harmonies of #ACB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB886

Black with #ACB886

Text Example


Text Example

White with #ACB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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