#AFBBAB

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

Shades of Rainee #AFBBAB

Tints of Rainee #AFBBAB

Color information

#AFBBAB (or 0xAFBBAB) is unknown color: approx Rainee. HEX triplet: AF, BB and AB. RGB value is (175,187,171). Sum of RGB (Red+Green+Blue) = 175+187+171=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBAB is #504454. Grayscale: #B5B5B5. Windows color (decimal): -5260373 or 11254703. OLE color: 11254703.

HSL color Cylindrical-coordinate representation of color #AFBBAB: hue angle of 105º 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 #AFBBAB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB175187171-
CMYK0.0600.090.27
HSL105º10.53%70.2%-
HSV(B)105º8.56%73.33%-
XYZ42.847.5945.46-
YUV181.59122.02123.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=32.83%
G=35.08%
B=32.08%

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
Decimal1751871710.0600.090.2710510.5370.2
HexAFBBAB6091B69b46
Octal25727325360113315113106
Binary1010111110111011101010111100100111011110100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBAB; }

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

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

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

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

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

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

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

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