#AFAAB2

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

Shades of Chatelle #AFAAB2

Tints of Chatelle #AFAAB2

Color information

#AFAAB2 (or 0xAFAAB2) is unknown color: approx Chatelle. HEX triplet: AF, AA and B2. RGB value is (175,170,178). Sum of RGB (Red+Green+Blue) = 175+170+178=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFAAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAB2 is #50554D. Grayscale: #ACACAC. Windows color (decimal): -5264718 or 11709103. OLE color: 11709103.

HSL color Cylindrical-coordinate representation of color #AFAAB2: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAAB2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175170178-
CMYK0.020.0400.30
HSL277.5º4.94%68.24%-
HSV(B)277.5º4.49%69.8%-
XYZ40.0941.0847.94-
YUV172.41131.16129.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=33.46%
G=32.50%
B=34.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751701780.020.0400.30277.54.9468.24
HexAFAAB22401E116544
Octal257252262240364265104
Binary101011111010101010110010101000111101000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB2; }

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

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

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

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

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

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

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

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