Html Css Color HEX #AFA7B5 Chatelle

📋 copy color: '#AFA7B5'

red 175 ◦ green 167 ◦ blue 181

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

Shades of Chatelle #AFA7B5

Tints of Chatelle #AFA7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 33.46%
G = 31.93%
B = 34.61%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFA7B5 (or 0xAFA7B5) is known color: Chatelle. HEX triplet: AF, A7 and B5. RGB value is (175,167,181). Sum of RGB (Red+Green+Blue) = 175+167+181=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7B5 is #50584A. Grayscale: #AAAAAA. Windows color (decimal): -5265483 or 11904943. OLE color: 11904943.

HSL color Cylindrical-coordinate representation of color #AFA7B5: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFA7B5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 167 181 -
CMYK 0.03 0.08 0 0.29
HSL 274.29º 0.09% 0.68% -
HSV(B) 274.29º 0.08% 0.71% -
XYZ 39.84 40.09 49.35 -
YUV 170.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 175 167 181 0.03 0.08 0 0.29 274.29 0.09 0.68
Hex AF A7 B5 3 8 0 1D 112 9 44
Octal 257 247 265 3 10 0 35 422 11 104
Binary 10101111 10100111 10110101 11 1000 0 11101 100010010 1001 1000100

Color Harmonies of #AFA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7B5

Black with #AFA7B5

Text Example


Text Example

White with #AFA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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