Html Css Color HEX #AFA5BA Chatelle

📋 copy color: '#AFA5BA'

red 175 ◦ green 165 ◦ blue 186

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

Shades of Chatelle #AFA5BA

Tints of Chatelle #AFA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.37%

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

R = 33.27%
G = 31.37%
B = 35.36%

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

#AFA5BA (or 0xAFA5BA) is known color: Chatelle. HEX triplet: AF, A5 and BA. RGB value is (175,165,186). Sum of RGB (Red+Green+Blue) = 175+165+186=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5BA is #505A45. Grayscale: #AAAAAA. Windows color (decimal): -5265990 or 12232111. OLE color: 12232111.

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

Color convert

RGB 175 165 186 -
CMYK 0.06 0.11 0 0.27
HSL 268.57º 0.13% 0.69% -
HSV(B) 268.57º 0.11% 0.73% -
XYZ 40 39.57 51.98 -
YUV 170.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 175 165 186 0.06 0.11 0 0.27 268.57 0.13 0.69
Hex AF A5 BA 6 B 0 1B 10D D 45
Octal 257 245 272 6 13 0 33 415 15 105
Binary 10101111 10100101 10111010 110 1011 0 11011 100001101 1101 1000101

Color Harmonies of #AFA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5BA

Black with #AFA5BA

Text Example


Text Example

White with #AFA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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