Html Css Color HEX #AFA7BA Chatelle

📋 copy color: '#AFA7BA'

red 175 ◦ green 167 ◦ blue 186

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

Shades of Chatelle #AFA7BA

Tints of Chatelle #AFA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.63%

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

R = 33.14%
G = 31.63%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA7BA (or 0xAFA7BA) is known color: Chatelle. HEX triplet: AF, A7 and BA. RGB value is (175,167,186). Sum of RGB (Red+Green+Blue) = 175+167+186=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7BA is #505845. Grayscale: #ABABAB. Windows color (decimal): -5265478 or 12232623. OLE color: 12232623.

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

Color convert

RGB 175 167 186 -
CMYK 0.06 0.10 0 0.27
HSL 265.26º 0.12% 0.69% -
HSV(B) 265.26º 0.1% 0.73% -
XYZ 40.36 40.3 52.11 -
YUV 171.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 175 167 186 0.06 0.10 0 0.27 265.26 0.12 0.69
Hex AF A7 BA 6 A 0 1B 109 C 45
Octal 257 247 272 6 12 0 33 411 14 105
Binary 10101111 10100111 10111010 110 1010 0 11011 100001001 1100 1000101

Color Harmonies of #AFA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7BA

Black with #AFA7BA

Text Example


Text Example

White with #AFA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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