Html Css Color HEX #AAB582 Caper

📋 copy color: '#AAB582'

red 170 ◦ green 181 ◦ blue 130

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

Shades of Caper #AAB582

Tints of Caper #AAB582

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 35.34%
G = 37.63%
B = 27.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#AAB582 (or 0xAAB582) is known color: Caper. HEX triplet: AA, B5 and 82. RGB value is (170,181,130). Sum of RGB (Red+Green+Blue) = 170+181+130=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB582 is #554A7D. Grayscale: #ACACAC. Windows color (decimal): -5589630 or 8566186. OLE color: 8566186.

HSL color Cylindrical-coordinate representation of color #AAB582: hue angle of 72.94º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB582 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 130 -
CMYK 0.06 0 0.28 0.29
HSL 72.94º 0.26% 0.61% -
HSV(B) 72.94º 0.28% 0.71% -
XYZ 37.13 43.21 27.5 -
YUV 171.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 170 181 130 0.06 0 0.28 0.29 72.94 0.26 0.61
Hex AA B5 82 6 0 1C 1D 49 1A 3D
Octal 252 265 202 6 0 34 35 111 32 75
Binary 10101010 10110101 10000010 110 0 11100 11101 1001001 11010 111101

Color Harmonies of #AAB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB582

Black with #AAB582

Text Example


Text Example

White with #AAB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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