#AFA5B4

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

Shades of Chatelle #AFA5B4

Tints of Chatelle #AFA5B4

Color information

#AFA5B4 (or 0xAFA5B4) is unknown color: approx Chatelle. HEX triplet: AF, A5 and B4. RGB value is (175,165,180). Sum of RGB (Red+Green+Blue) = 175+165+180=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5B4 is #505A4B. Grayscale: #A9A9A9. Windows color (decimal): -5265996 or 11838895. OLE color: 11838895.

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

Color convert

RGB175165180-
CMYK0.030.0800.29
HSL280º9.09%67.65%-
HSV(B)280º8.33%70.59%-
XYZ39.3739.3248.69-
YUV169.7133.81131.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=33.65%
G=31.73%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751651800.030.0800.292809.0967.65
HexAFA5B43801D118944
Octal25724526431003543011104
Binary10101111101001011011010011100001110110001100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5B4; }

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

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

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

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

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

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

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

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