#AFACB2

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

Shades of Chatelle #AFACB2

Tints of Chatelle #AFACB2

Color information

#AFACB2 (or 0xAFACB2) is unknown color: approx Chatelle. HEX triplet: AF, AC and B2. RGB value is (175,172,178). Sum of RGB (Red+Green+Blue) = 175+172+178=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACB2 is #50534D. Grayscale: #ADADAD. Windows color (decimal): -5264206 or 11709615. OLE color: 11709615.

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

Color convert

RGB175172178-
CMYK0.020.0300.30
HSL270º3.75%68.63%-
HSV(B)270º3.37%69.8%-
XYZ40.4741.8348.06-
YUV173.58130.49129.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=33.33%
G=32.76%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751721780.020.0300.302703.7568.63
HexAFACB22301E10e445
Octal257254262230364164105
Binary10101111101011001011001010110111101000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACB2; }

 p { color: rgb(175,172,178); }

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

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

 a { background-color: rgb(175,172,178); }

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

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

 span { border-color: rgb(175,172,178); }

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