#AFADB2

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

Shades of Chatelle #AFADB2

Tints of Chatelle #AFADB2

Color information

#AFADB2 (or 0xAFADB2) is unknown color: approx Chatelle. HEX triplet: AF, AD and B2. RGB value is (175,173,178). Sum of RGB (Red+Green+Blue) = 175+173+178=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADB2 is #50524D. Grayscale: #AEAEAE. Windows color (decimal): -5263950 or 11709871. OLE color: 11709871.

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

Color convert

RGB175173178-
CMYK0.020.0300.30
HSL264º3.14%68.82%-
HSV(B)264º2.81%69.8%-
XYZ40.6642.2248.12-
YUV174.17130.16128.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=33.27%
G=32.89%
B=33.84%

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
Decimal1751731780.020.0300.302643.1468.82
HexAFADB22301E108345
Octal257255262230364103105
Binary1010111110101101101100101011011110100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADB2; }

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

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

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

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

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

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

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

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