#AFACB3

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

Shades of Chatelle #AFACB3

Tints of Chatelle #AFACB3

Color information

#AFACB3 (or 0xAFACB3) is unknown color: approx Chatelle. HEX triplet: AF, AC and B3. RGB value is (175,172,179). Sum of RGB (Red+Green+Blue) = 175+172+179=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB3 is #50534C. Grayscale: #ADADAD. Windows color (decimal): -5264205 or 11775151. OLE color: 11775151.

HSL color Cylindrical-coordinate representation of color #AFACB3: hue angle of 265.71º degrees, saturation: 0.04, 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 #AFACB3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175172179-
CMYK0.020.0400.30
HSL265.71º4.4%68.82%-
HSV(B)265.71º3.91%70.2%-
XYZ40.5741.8748.59-
YUV173.7130.99128.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=33.27%
G=32.70%
B=34.03%

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
Decimal1751721790.020.0400.30265.714.468.82
HexAFACB32401E10a445
Octal257254263240364124105
Binary101011111010110010110011101000111101000010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACB3; }

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

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

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

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

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

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

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

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