#AFAAB5

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

Shades of Chatelle #AFAAB5

Tints of Chatelle #AFAAB5

Color information

#AFAAB5 (or 0xAFAAB5) is unknown color: approx Chatelle. HEX triplet: AF, AA and B5. RGB value is (175,170,181). Sum of RGB (Red+Green+Blue) = 175+170+181=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB5 is #50554A. Grayscale: #ACACAC. Windows color (decimal): -5264715 or 11905711. OLE color: 11905711.

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

Color convert

RGB175170181-
CMYK0.030.0600.29
HSL267.27º6.92%68.82%-
HSV(B)267.27º6.08%70.98%-
XYZ40.3941.249.54-
YUV172.75132.66129.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=33.27%
G=32.32%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751701810.030.0600.29267.276.9268.82
HexAFAAB53601D10b745
Octal257252265360354137105
Binary101011111010101010110101111100111011000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB5; }

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

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

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

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

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

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

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

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