Html Css Color HEX #AAB982 Caper

📋 copy color: '#AAB982'

red 170 ◦ green 185 ◦ blue 130

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

Shades of Caper #AAB982

Tints of Caper #AAB982

RGB

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

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

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

R = 35.05%
G = 38.14%
B = 26.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#AAB982 (or 0xAAB982) is known color: Caper. HEX triplet: AA, B9 and 82. RGB value is (170,185,130). Sum of RGB (Red+Green+Blue) = 170+185+130=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB982 is #55467D. Grayscale: #AEAEAE. Windows color (decimal): -5588606 or 8567210. OLE color: 8567210.

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

Color convert

RGB 170 185 130 -
CMYK 0.08 0 0.30 0.27
HSL 76.36º 0.28% 0.62% -
HSV(B) 76.36º 0.3% 0.73% -
XYZ 37.96 44.86 27.78 -
YUV 174.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 170 185 130 0.08 0 0.30 0.27 76.36 0.28 0.62
Hex AA B9 82 8 0 1E 1B 4C 1C 3E
Octal 252 271 202 10 0 36 33 114 34 76
Binary 10101010 10111001 10000010 1000 0 11110 11011 1001100 11100 111110

Color Harmonies of #AAB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB982

Black with #AAB982

Text Example


Text Example

White with #AAB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB982; }

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

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

background-color css

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

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

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

border-color css

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

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

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