Html Css Color HEX #ACB989 Caper

📋 copy color: '#ACB989'

red 172 ◦ green 185 ◦ blue 137

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

Shades of Caper #ACB989

Tints of Caper #ACB989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 34.82%
G = 37.45%
B = 27.73%

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

#ACB989 (or 0xACB989) is known color: Caper. HEX triplet: AC, B9 and 89. RGB value is (172,185,137). Sum of RGB (Red+Green+Blue) = 172+185+137=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB989 is #534676. Grayscale: #AFAFAF. Windows color (decimal): -5457527 or 9025964. OLE color: 9025964.

HSL color Cylindrical-coordinate representation of color #ACB989: hue angle of 76.25º 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 #ACB989 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 137 -
CMYK 0.07 0 0.26 0.27
HSL 76.25º 0.26% 0.63% -
HSV(B) 76.25º 0.26% 0.73% -
XYZ 38.88 45.27 30.36 -
YUV 175.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 172 185 137 0.07 0 0.26 0.27 76.25 0.26 0.63
Hex AC B9 89 7 0 1A 1B 4C 1A 3F
Octal 254 271 211 7 0 32 33 114 32 77
Binary 10101100 10111001 10001001 111 0 11010 11011 1001100 11010 111111

Color Harmonies of #ACB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB989

Black with #ACB989

Text Example


Text Example

White with #ACB989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB989; }

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

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

background-color css

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

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

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

border-color css

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

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

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