Html Css Color HEX #AAB882 Caper

📋 copy color: '#AAB882'

red 170 ◦ green 184 ◦ blue 130

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

Shades of Caper #AAB882

Tints of Caper #AAB882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 35.12%
G = 38.02%
B = 26.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#AAB882 (or 0xAAB882) is known color: Caper. HEX triplet: AA, B8 and 82. RGB value is (170,184,130). Sum of RGB (Red+Green+Blue) = 170+184+130=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB882 is #55477D. Grayscale: #ADADAD. Windows color (decimal): -5588862 or 8566954. OLE color: 8566954.

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

Color convert

RGB 170 184 130 -
CMYK 0.08 0 0.29 0.28
HSL 75.56º 0.28% 0.62% -
HSV(B) 75.56º 0.29% 0.72% -
XYZ 37.75 44.44 27.71 -
YUV 173.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 170 184 130 0.08 0 0.29 0.28 75.56 0.28 0.62
Hex AA B8 82 8 0 1D 1C 4C 1C 3E
Octal 252 270 202 10 0 35 34 114 34 76
Binary 10101010 10111000 10000010 1000 0 11101 11100 1001100 11100 111110

Color Harmonies of #AAB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB882

Black with #AAB882

Text Example


Text Example

White with #AAB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB882; }

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

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

background-color css

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

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

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

border-color css

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

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

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