#AFABB1

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

Shades of Chatelle #AFABB1

Tints of Chatelle #AFABB1

Color information

#AFABB1 (or 0xAFABB1) is unknown color: approx Chatelle. HEX triplet: AF, AB and B1. RGB value is (175,171,177). Sum of RGB (Red+Green+Blue) = 175+171+177=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABB1 is #50544E. Grayscale: #ACACAC. Windows color (decimal): -5264463 or 11643823. OLE color: 11643823.

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

Color convert

RGB175171177-
CMYK0.010.0300.31
HSL280º3.7%68.24%-
HSV(B)280º3.39%69.41%-
XYZ40.1841.4147.47-
YUV172.88130.33129.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=33.46%
G=32.70%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751711770.010.0300.312803.768.24
HexAFABB11301F118444
Octal257253261130374304104
Binary1010111110101011101100011110111111000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABB1; }

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

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

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

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

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

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

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

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