Html Css Color HEX #AFA6BA Chatelle

📋 copy color: '#AFA6BA'

red 175 ◦ green 166 ◦ blue 186

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

Shades of Chatelle #AFA6BA

Tints of Chatelle #AFA6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 33.21%
G = 31.5%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA6BA (or 0xAFA6BA) is known color: Chatelle. HEX triplet: AF, A6 and BA. RGB value is (175,166,186). Sum of RGB (Red+Green+Blue) = 175+166+186=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6BA is #505945. Grayscale: #AAAAAA. Windows color (decimal): -5265734 or 12232367. OLE color: 12232367.

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

Color convert

RGB 175 166 186 -
CMYK 0.06 0.11 0 0.27
HSL 267º 0.13% 0.69% -
HSV(B) 267º 0.11% 0.73% -
XYZ 40.18 39.93 52.04 -
YUV 170.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 175 166 186 0.06 0.11 0 0.27 267 0.13 0.69
Hex AF A6 BA 6 B 0 1B 10B D 45
Octal 257 246 272 6 13 0 33 413 15 105
Binary 10101111 10100110 10111010 110 1011 0 11011 100001011 1101 1000101

Color Harmonies of #AFA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6BA

Black with #AFA6BA

Text Example


Text Example

White with #AFA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6BA; }

 p { color: rgb(175,166,186); }

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

background-color css

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

 a { background-color: rgb(175,166,186); }

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

border-color css

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

 span { border-color: rgb(175,166,186); }

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