Html Css Color HEX #ACB585 Caper

📋 copy color: '#ACB585'

red 172 ◦ green 181 ◦ blue 133

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

Shades of Caper #ACB585

Tints of Caper #ACB585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 35.39%
G = 37.24%
B = 27.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#ACB585 (or 0xACB585) is known color: Caper. HEX triplet: AC, B5 and 85. RGB value is (172,181,133). Sum of RGB (Red+Green+Blue) = 172+181+133=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB585 is #534A7A. Grayscale: #ADADAD. Windows color (decimal): -5458555 or 8762796. OLE color: 8762796.

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

Color convert

RGB 172 181 133 -
CMYK 0.05 0 0.27 0.29
HSL 71.25º 0.24% 0.62% -
HSV(B) 71.25º 0.27% 0.71% -
XYZ 37.77 43.51 28.6 -
YUV 172.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 172 181 133 0.05 0 0.27 0.29 71.25 0.24 0.62
Hex AC B5 85 5 0 1B 1D 47 18 3E
Octal 254 265 205 5 0 33 35 107 30 76
Binary 10101100 10110101 10000101 101 0 11011 11101 1000111 11000 111110

Color Harmonies of #ACB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB585

Black with #ACB585

Text Example


Text Example

White with #ACB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB585; }

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

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

background-color css

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

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

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

border-color css

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

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

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