#AFBBAA

Color #AFBBAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AFBBAA

Tints of Rainee #AFBBAA

Color information

#AFBBAA (or 0xAFBBAA) is unknown color: approx Rainee. HEX triplet: AF, BB and AA. RGB value is (175,187,170). Sum of RGB (Red+Green+Blue) = 175+187+170=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBAA is #504455. Grayscale: #B5B5B5. Windows color (decimal): -5260374 or 11189167. OLE color: 11189167.

HSL color Cylindrical-coordinate representation of color #AFBBAA: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBBAA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB175187170-
CMYK0.0600.090.27
HSL102.35º11.11%70%-
HSV(B)102.35º9.09%73.33%-
XYZ42.7147.5644.96-
YUV181.47121.52123.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=32.89%
G=35.15%
B=31.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871700.0600.090.27102.3511.1170
HexAFBBAA6091B66b46
Octal25727325260113314613106
Binary1010111110111011101010101100100111011110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBAA; }

 p { color: rgb(175,187,170); }

 H1.HeaderClassName
 {
   color: #AFBBAA;
 }
 .AnyTagClassName
 {
   color: #AFBBAA;
 }
</style>
background-color css

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

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

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

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

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

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