#AFAAB4

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

Shades of Chatelle #AFAAB4

Tints of Chatelle #AFAAB4

Color information

#AFAAB4 (or 0xAFAAB4) is unknown color: approx Chatelle. HEX triplet: AF, AA and B4. RGB value is (175,170,180). Sum of RGB (Red+Green+Blue) = 175+170+180=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB4 is #50554B. Grayscale: #ACACAC. Windows color (decimal): -5264716 or 11840175. OLE color: 11840175.

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

Color convert

RGB175170180-
CMYK0.030.0600.29
HSL270º6.25%68.63%-
HSV(B)270º5.56%70.59%-
XYZ40.2941.1649-
YUV172.64132.16129.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=33.33%
G=32.38%
B=34.29%

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
Decimal1751701800.030.0600.292706.2568.63
HexAFAAB43601D10e645
Octal257252264360354166105
Binary101011111010101010110100111100111011000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB4; }

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

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

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

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

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

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

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

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