Html Css Color HEX #ACB586 Caper

📋 copy color: '#ACB586'

red 172 ◦ green 181 ◦ blue 134

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

Shades of Caper #ACB586

Tints of Caper #ACB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

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

R = 35.32%
G = 37.17%
B = 27.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#ACB586 (or 0xACB586) is known color: Caper. HEX triplet: AC, B5 and 86. RGB value is (172,181,134). Sum of RGB (Red+Green+Blue) = 172+181+134=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB586 is #534A79. Grayscale: #ADADAD. Windows color (decimal): -5458554 or 8828332. OLE color: 8828332.

HSL color Cylindrical-coordinate representation of color #ACB586: hue angle of 71.49º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB586 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 134 -
CMYK 0.05 0 0.26 0.29
HSL 71.49º 0.24% 0.62% -
HSV(B) 71.49º 0.26% 0.71% -
XYZ 37.84 43.54 28.96 -
YUV 172.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 172 181 134 0.05 0 0.26 0.29 71.49 0.24 0.62
Hex AC B5 86 5 0 1A 1D 47 18 3E
Octal 254 265 206 5 0 32 35 107 30 76
Binary 10101100 10110101 10000110 101 0 11010 11101 1000111 11000 111110

Color Harmonies of #ACB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB586

Black with #ACB586

Text Example


Text Example

White with #ACB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB586; }

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

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

background-color css

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

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

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

border-color css

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

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

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