#AFABB0

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

Shades of Chatelle #AFABB0

Tints of Chatelle #AFABB0

Color information

#AFABB0 (or 0xAFABB0) is unknown color: approx Chatelle. HEX triplet: AF, AB and B0. RGB value is (175,171,176). Sum of RGB (Red+Green+Blue) = 175+171+176=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABB0 is #50544F. Grayscale: #ACACAC. Windows color (decimal): -5264464 or 11578287. OLE color: 11578287.

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

Color convert

RGB175171176-
CMYK0.010.0300.31
HSL288º3.07%68.04%-
HSV(B)288º2.84%69.02%-
XYZ40.0841.3746.95-
YUV172.77129.83129.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=33.52%
G=32.76%
B=33.72%

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
Decimal1751711760.010.0300.312883.0768.04
HexAFABB01301F120344
Octal257253260130374403104
Binary101011111010101110110000111011111100100000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABB0; }

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

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

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

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

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

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

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

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