Html Css Color HEX #AAB884 Caper

📋 copy color: '#AAB884'

red 170 ◦ green 184 ◦ blue 132

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

Shades of Caper #AAB884

Tints of Caper #AAB884

RGB

 RED value IS 170 (66.8% from 255) = 34.98%

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

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

R = 34.98%
G = 37.86%
B = 27.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#AAB884 (or 0xAAB884) is known color: Caper. HEX triplet: AA, B8 and 84. RGB value is (170,184,132). Sum of RGB (Red+Green+Blue) = 170+184+132=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB884 is #55477B. Grayscale: #AEAEAE. Windows color (decimal): -5588860 or 8698026. OLE color: 8698026.

HSL color Cylindrical-coordinate representation of color #AAB884: hue angle of 76.15º 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 #AAB884 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 132 -
CMYK 0.08 0 0.28 0.28
HSL 76.15º 0.27% 0.62% -
HSV(B) 76.15º 0.28% 0.72% -
XYZ 37.88 44.49 28.42 -
YUV 173.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 170 184 132 0.08 0 0.28 0.28 76.15 0.27 0.62
Hex AA B8 84 8 0 1C 1C 4C 1B 3E
Octal 252 270 204 10 0 34 34 114 33 76
Binary 10101010 10111000 10000100 1000 0 11100 11100 1001100 11011 111110

Color Harmonies of #AAB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB884

Black with #AAB884

Text Example


Text Example

White with #AAB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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