#AFA9B4

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

Shades of Chatelle #AFA9B4

Tints of Chatelle #AFA9B4

Color information

#AFA9B4 (or 0xAFA9B4) is unknown color: approx Chatelle. HEX triplet: AF, A9 and B4. RGB value is (175,169,180). Sum of RGB (Red+Green+Blue) = 175+169+180=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFA9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9B4 is #50564B. Grayscale: #ACACAC. Windows color (decimal): -5264972 or 11839919. OLE color: 11839919.

HSL color Cylindrical-coordinate representation of color #AFA9B4: hue angle of 272.73º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFA9B4 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175169180-
CMYK0.030.0600.29
HSL272.73º6.83%68.43%-
HSV(B)272.73º6.11%70.59%-
XYZ40.1140.7948.94-
YUV172.05132.49130.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=33.40%
G=32.25%
B=34.35%

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
Decimal1751691800.030.0600.29272.736.8368.43
HexAFA9B43601D111744
Octal257251264360354217104
Binary101011111010100110110100111100111011000100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9B4; }

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

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

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

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

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

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

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

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