Html Css Color HEX #AAB586 Caper

📋 copy color: '#AAB586'

red 170 ◦ green 181 ◦ blue 134

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

Shades of Caper #AAB586

Tints of Caper #AAB586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 35.05%
G = 37.32%
B = 27.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#AAB586 (or 0xAAB586) is known color: Caper. HEX triplet: AA, B5 and 86. RGB value is (170,181,134). Sum of RGB (Red+Green+Blue) = 170+181+134=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB586 is #554A79. Grayscale: #ACACAC. Windows color (decimal): -5589626 or 8828330. OLE color: 8828330.

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

Color convert

RGB 170 181 134 -
CMYK 0.06 0 0.26 0.29
HSL 74.04º 0.24% 0.62% -
HSV(B) 74.04º 0.26% 0.71% -
XYZ 37.4 43.32 28.94 -
YUV 172.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 170 181 134 0.06 0 0.26 0.29 74.04 0.24 0.62
Hex AA B5 86 6 0 1A 1D 4A 18 3E
Octal 252 265 206 6 0 32 35 112 30 76
Binary 10101010 10110101 10000110 110 0 11010 11101 1001010 11000 111110

Color Harmonies of #AAB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB586

Black with #AAB586

Text Example


Text Example

White with #AAB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB586; }

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

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

background-color css

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

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

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

border-color css

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

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

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