Html Css Color HEX #ACB887 Caper

📋 copy color: '#ACB887'

red 172 ◦ green 184 ◦ blue 135

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

Shades of Caper #ACB887

Tints of Caper #ACB887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 35.03%
G = 37.47%
B = 27.49%

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

#ACB887 (or 0xACB887) is known color: Caper. HEX triplet: AC, B8 and 87. RGB value is (172,184,135). Sum of RGB (Red+Green+Blue) = 172+184+135=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB887 is #534778. Grayscale: #AFAFAF. Windows color (decimal): -5457785 or 8894636. OLE color: 8894636.

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

Color convert

RGB 172 184 135 -
CMYK 0.07 0 0.27 0.28
HSL 74.69º 0.26% 0.63% -
HSV(B) 74.69º 0.27% 0.72% -
XYZ 38.53 44.8 29.54 -
YUV 174.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 172 184 135 0.07 0 0.27 0.28 74.69 0.26 0.63
Hex AC B8 87 7 0 1B 1C 4B 1A 3F
Octal 254 270 207 7 0 33 34 113 32 77
Binary 10101100 10111000 10000111 111 0 11011 11100 1001011 11010 111111

Color Harmonies of #ACB887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB887

Black with #ACB887

Text Example


Text Example

White with #ACB887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB887; }

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

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

background-color css

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

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

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

border-color css

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

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

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