Html Css Color HEX #ACB984 Caper

📋 copy color: '#ACB984'

red 172 ◦ green 185 ◦ blue 132

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

Shades of Caper #ACB984

Tints of Caper #ACB984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 35.17%
G = 37.83%
B = 26.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#ACB984 (or 0xACB984) is known color: Caper. HEX triplet: AC, B9 and 84. RGB value is (172,185,132). Sum of RGB (Red+Green+Blue) = 172+185+132=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB984 is #53467B. Grayscale: #AFAFAF. Windows color (decimal): -5457532 or 8698284. OLE color: 8698284.

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

Color convert

RGB 172 185 132 -
CMYK 0.07 0 0.29 0.27
HSL 74.72º 0.27% 0.62% -
HSV(B) 74.72º 0.29% 0.73% -
XYZ 38.53 45.13 28.51 -
YUV 175.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 172 185 132 0.07 0 0.29 0.27 74.72 0.27 0.62
Hex AC B9 84 7 0 1D 1B 4B 1B 3E
Octal 254 271 204 7 0 35 33 113 33 76
Binary 10101100 10111001 10000100 111 0 11101 11011 1001011 11011 111110

Color Harmonies of #ACB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB984

Black with #ACB984

Text Example


Text Example

White with #ACB984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB984; }

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

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

background-color css

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

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

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

border-color css

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

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

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