Html Css Color HEX #ACB988 Caper

📋 copy color: '#ACB988'

red 172 ◦ green 185 ◦ blue 136

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

Shades of Caper #ACB988

Tints of Caper #ACB988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 34.89%
G = 37.53%
B = 27.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#ACB988 (or 0xACB988) is known color: Caper. HEX triplet: AC, B9 and 88. RGB value is (172,185,136). Sum of RGB (Red+Green+Blue) = 172+185+136=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB988 is #534677. Grayscale: #AFAFAF. Windows color (decimal): -5457528 or 8960428. OLE color: 8960428.

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

Color convert

RGB 172 185 136 -
CMYK 0.07 0 0.26 0.27
HSL 75.92º 0.26% 0.63% -
HSV(B) 75.92º 0.26% 0.73% -
XYZ 38.81 45.25 29.98 -
YUV 175.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 172 185 136 0.07 0 0.26 0.27 75.92 0.26 0.63
Hex AC B9 88 7 0 1A 1B 4C 1A 3F
Octal 254 271 210 7 0 32 33 114 32 77
Binary 10101100 10111001 10001000 111 0 11010 11011 1001100 11010 111111

Color Harmonies of #ACB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB988

Black with #ACB988

Text Example


Text Example

White with #ACB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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