Html Css Color HEX #ACB884 Caper

📋 copy color: '#ACB884'

red 172 ◦ green 184 ◦ blue 132

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

Shades of Caper #ACB884

Tints of Caper #ACB884

RGB

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

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

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

R = 35.25%
G = 37.7%
B = 27.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#ACB884 (or 0xACB884) is known color: Caper. HEX triplet: AC, B8 and 84. RGB value is (172,184,132). Sum of RGB (Red+Green+Blue) = 172+184+132=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB884 is #53477B. Grayscale: #AEAEAE. Windows color (decimal): -5457788 or 8698028. OLE color: 8698028.

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

Color convert

RGB 172 184 132 -
CMYK 0.07 0 0.28 0.28
HSL 73.85º 0.27% 0.62% -
HSV(B) 73.85º 0.28% 0.72% -
XYZ 38.32 44.72 28.44 -
YUV 174.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 172 184 132 0.07 0 0.28 0.28 73.85 0.27 0.62
Hex AC B8 84 7 0 1C 1C 4A 1B 3E
Octal 254 270 204 7 0 34 34 112 33 76
Binary 10101100 10111000 10000100 111 0 11100 11100 1001010 11011 111110

Color Harmonies of #ACB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB884

Black with #ACB884

Text Example


Text Example

White with #ACB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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