#AFAAB1

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

Shades of Chatelle #AFAAB1

Tints of Chatelle #AFAAB1

Color information

#AFAAB1 (or 0xAFAAB1) is unknown color: approx Chatelle. HEX triplet: AF, AA and B1. RGB value is (175,170,177). Sum of RGB (Red+Green+Blue) = 175+170+177=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAB1 is #50554E. Grayscale: #ACACAC. Windows color (decimal): -5264719 or 11643567. OLE color: 11643567.

HSL color Cylindrical-coordinate representation of color #AFAAB1: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAAB1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175170177-
CMYK0.010.0400.31
HSL282.86º4.29%68.04%-
HSV(B)282.86º3.95%69.41%-
XYZ39.9941.0447.41-
YUV172.29130.66129.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=33.52%
G=32.57%
B=33.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751701770.010.0400.31282.864.2968.04
HexAFAAB11401F11b444
Octal257252261140374334104
Binary10101111101010101011000111000111111000110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB1; }

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

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

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

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

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

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

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

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