Html Css Color HEX #AFA8B1 Chatelle

📋 copy color: '#AFA8B1'

red 175 ◦ green 168 ◦ blue 177

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

Shades of Chatelle #AFA8B1

Tints of Chatelle #AFA8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 33.65%
G = 32.31%
B = 34.04%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFA8B1 (or 0xAFA8B1) is known color: Chatelle. HEX triplet: AF, A8 and B1. RGB value is (175,168,177). Sum of RGB (Red+Green+Blue) = 175+168+177=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFA8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8B1 is #50574E. Grayscale: #ABABAB. Windows color (decimal): -5265231 or 11643055. OLE color: 11643055.

HSL color Cylindrical-coordinate representation of color #AFA8B1: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA8B1 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 177 -
CMYK 0.01 0.05 0 0.31
HSL 286.67º 0.05% 0.68% -
HSV(B) 286.67º 0.05% 0.69% -
XYZ 39.62 40.29 47.28 -
YUV 171.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 175 168 177 0.01 0.05 0 0.31 286.67 0.05 0.68
Hex AF A8 B1 1 5 0 1F 11F 5 44
Octal 257 250 261 1 5 0 37 437 5 104
Binary 10101111 10101000 10110001 1 101 0 11111 100011111 101 1000100

Color Harmonies of #AFA8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8B1

Black with #AFA8B1

Text Example


Text Example

White with #AFA8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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