Html Css Color HEX #AAB5AA Rainee

📋 copy color: '#AAB5AA'

red 170 ◦ green 181 ◦ blue 170

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

Shades of Rainee #AAB5AA

Tints of Rainee #AAB5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 32.63%
G = 34.74%
B = 32.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#AAB5AA (or 0xAAB5AA) is known color: Rainee. HEX triplet: AA, B5 and AA. RGB value is (170,181,170). Sum of RGB (Red+Green+Blue) = 170+181+170=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AA is #554A55. Grayscale: #B0B0B0. Windows color (decimal): -5589590 or 11187626. OLE color: 11187626.

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

Color convert

RGB 170 181 170 -
CMYK 0.06 0 0.06 0.29
HSL 120º 0.07% 0.69% -
HSV(B) 120º 0.06% 0.71% -
XYZ 40.36 44.5 44.49 -
YUV 176.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 170 181 170 0.06 0 0.06 0.29 120 0.07 0.69
Hex AA B5 AA 6 0 6 1D 78 7 45
Octal 252 265 252 6 0 6 35 170 7 105
Binary 10101010 10110101 10101010 110 0 110 11101 1111000 111 1000101

Color Harmonies of #AAB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5AA

Black with #AAB5AA

Text Example


Text Example

White with #AAB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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