Html Css Color HEX #AFA2BA Chatelle

📋 copy color: '#AFA2BA'

red 175 ◦ green 162 ◦ blue 186

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

Shades of Chatelle #AFA2BA

Tints of Chatelle #AFA2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 33.46%
G = 30.98%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA2BA (or 0xAFA2BA) is known color: Chatelle. HEX triplet: AF, A2 and BA. RGB value is (175,162,186). Sum of RGB (Red+Green+Blue) = 175+162+186=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BA is #505D45. Grayscale: #A8A8A8. Windows color (decimal): -5266758 or 12231343. OLE color: 12231343.

HSL color Cylindrical-coordinate representation of color #AFA2BA: hue angle of 272.5º 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 #AFA2BA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 162 186 -
CMYK 0.06 0.13 0 0.27
HSL 272.5º 0.15% 0.68% -
HSV(B) 272.5º 0.13% 0.73% -
XYZ 39.46 38.5 51.81 -
YUV 168.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 175 162 186 0.06 0.13 0 0.27 272.5 0.15 0.68
Hex AF A2 BA 6 D 0 1B 110 F 44
Octal 257 242 272 6 15 0 33 420 17 104
Binary 10101111 10100010 10111010 110 1101 0 11011 100010000 1111 1000100

Color Harmonies of #AFA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2BA

Black with #AFA2BA

Text Example


Text Example

White with #AFA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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