#AFABB3

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

Shades of Chatelle #AFABB3

Tints of Chatelle #AFABB3

Color information

#AFABB3 (or 0xAFABB3) is unknown color: approx Chatelle. HEX triplet: AF, AB and B3. RGB value is (175,171,179). Sum of RGB (Red+Green+Blue) = 175+171+179=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB3 is #50544C. Grayscale: #ADADAD. Windows color (decimal): -5264461 or 11774895. OLE color: 11774895.

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

Color convert

RGB175171179-
CMYK0.020.0400.30
HSL270º5%68.63%-
HSV(B)270º4.47%70.2%-
XYZ40.3841.4948.53-
YUV173.11131.33129.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=33.33%
G=32.57%
B=34.10%

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
Decimal1751711790.020.0400.30270568.63
HexAFABB32401E10e545
Octal257253263240364165105
Binary101011111010101110110011101000111101000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABB3; }

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

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

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

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

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

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

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

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