Html Css Color HEX #ACB786 Caper

📋 copy color: '#ACB786'

red 172 ◦ green 183 ◦ blue 134

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

Shades of Caper #ACB786

Tints of Caper #ACB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 35.17%
G = 37.42%
B = 27.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#ACB786 (or 0xACB786) is known color: Caper. HEX triplet: AC, B7 and 86. RGB value is (172,183,134). Sum of RGB (Red+Green+Blue) = 172+183+134=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB786 is #534879. Grayscale: #AEAEAE. Windows color (decimal): -5458042 or 8828844. OLE color: 8828844.

HSL color Cylindrical-coordinate representation of color #ACB786: hue angle of 73.47º degrees, saturation: 0.25, 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 #ACB786 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 134 -
CMYK 0.06 0 0.27 0.28
HSL 73.47º 0.25% 0.62% -
HSV(B) 73.47º 0.27% 0.72% -
XYZ 38.25 44.36 29.1 -
YUV 174.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 172 183 134 0.06 0 0.27 0.28 73.47 0.25 0.62
Hex AC B7 86 6 0 1B 1C 49 19 3E
Octal 254 267 206 6 0 33 34 111 31 76
Binary 10101100 10110111 10000110 110 0 11011 11100 1001001 11001 111110

Color Harmonies of #ACB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB786

Black with #ACB786

Text Example


Text Example

White with #ACB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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