Html Css Color HEX #ACB986 Caper

📋 copy color: '#ACB986'

red 172 ◦ green 185 ◦ blue 134

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

Shades of Caper #ACB986

Tints of Caper #ACB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

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

R = 35.03%
G = 37.68%
B = 27.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#ACB986 (or 0xACB986) is known color: Caper. HEX triplet: AC, B9 and 86. RGB value is (172,185,134). Sum of RGB (Red+Green+Blue) = 172+185+134=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB986 is #534679. Grayscale: #AFAFAF. Windows color (decimal): -5457530 or 8829356. OLE color: 8829356.

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

Color convert

RGB 172 185 134 -
CMYK 0.07 0 0.28 0.27
HSL 75.29º 0.27% 0.63% -
HSV(B) 75.29º 0.28% 0.73% -
XYZ 38.67 45.19 29.24 -
YUV 175.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 172 185 134 0.07 0 0.28 0.27 75.29 0.27 0.63
Hex AC B9 86 7 0 1C 1B 4B 1B 3F
Octal 254 271 206 7 0 34 33 113 33 77
Binary 10101100 10111001 10000110 111 0 11100 11011 1001011 11011 111111

Color Harmonies of #ACB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB986

Black with #ACB986

Text Example


Text Example

White with #ACB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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