Html Css Color HEX #AFA8B7 Chatelle

📋 copy color: '#AFA8B7'

red 175 ◦ green 168 ◦ blue 183

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

Shades of Chatelle #AFA8B7

Tints of Chatelle #AFA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 33.27%
G = 31.94%
B = 34.79%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFA8B7 (or 0xAFA8B7) is known color: Chatelle. HEX triplet: AF, A8 and B7. RGB value is (175,168,183). Sum of RGB (Red+Green+Blue) = 175+168+183=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFA8B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8B7 is #505748. Grayscale: #ABABAB. Windows color (decimal): -5265225 or 12036271. OLE color: 12036271.

HSL color Cylindrical-coordinate representation of color #AFA8B7: hue angle of 268º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFA8B7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 168 183 -
CMYK 0.04 0.08 0 0.28
HSL 268º 0.09% 0.69% -
HSV(B) 268º 0.08% 0.72% -
XYZ 40.23 40.54 50.5 -
YUV 171.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 175 168 183 0.04 0.08 0 0.28 268 0.09 0.69
Hex AF A8 B7 4 8 0 1C 10C 9 45
Octal 257 250 267 4 10 0 34 414 11 105
Binary 10101111 10101000 10110111 100 1000 0 11100 100001100 1001 1000101

Color Harmonies of #AFA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8B7

Black with #AFA8B7

Text Example


Text Example

White with #AFA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8B7; }

 p { color: rgb(175,168,183); }

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

background-color css

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

 a { background-color: rgb(175,168,183); }

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

border-color css

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

 span { border-color: rgb(175,168,183); }

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