Html Css Color HEX #AFA1B9 Chatelle

📋 copy color: '#AFA1B9'

red 175 ◦ green 161 ◦ blue 185

#AFA1B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AFA1B9

Tints of Chatelle #AFA1B9

RGB

 RED value IS 175 (68.75% from 255) = 33.59%

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 33.59%
G = 30.9%
B = 35.51%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA1B9 (or 0xAFA1B9) is known color: Chatelle. HEX triplet: AF, A1 and B9. RGB value is (175,161,185). Sum of RGB (Red+Green+Blue) = 175+161+185=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1B9 is #505E46. Grayscale: #A7A7A7. Windows color (decimal): -5267015 or 12165551. OLE color: 12165551.

HSL color Cylindrical-coordinate representation of color #AFA1B9: hue angle of 275º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA1B9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 161 185 -
CMYK 0.05 0.13 0 0.27
HSL 275º 0.15% 0.68% -
HSV(B) 275º 0.13% 0.73% -
XYZ 39.18 38.11 51.19 -
YUV 167.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 175 161 185 0.05 0.13 0 0.27 275 0.15 0.68
Hex AF A1 B9 5 D 0 1B 113 F 44
Octal 257 241 271 5 15 0 33 423 17 104
Binary 10101111 10100001 10111001 101 1101 0 11011 100010011 1111 1000100

Color Harmonies of #AFA1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1B9

Black with #AFA1B9

Text Example


Text Example

White with #AFA1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1B9; }

 p { color: rgb(175,161,185); }

 H1.HeaderClassName
 {
   color: #AFA1B9;
 }
 .AnyTagClassName
 {
   color: #AFA1B9;
 }
</style>

background-color css

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

 a { background-color: rgb(175,161,185); }

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

border-color css

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

 span { border-color: rgb(175,161,185); }

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