Html Css Color HEX #AFA8B0 Chatelle

📋 copy color: '#AFA8B0'

red 175 ◦ green 168 ◦ blue 176

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

Shades of Chatelle #AFA8B0

Tints of Chatelle #AFA8B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 33.72%
G = 32.37%
B = 33.91%

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

#AFA8B0 (or 0xAFA8B0) is known color: Chatelle. HEX triplet: AF, A8 and B0. RGB value is (175,168,176). Sum of RGB (Red+Green+Blue) = 175+168+176=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFA8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8B0 is #50574F. Grayscale: #AAAAAA. Windows color (decimal): -5265232 or 11577519. OLE color: 11577519.

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

Color convert

RGB 175 168 176 -
CMYK 0.01 0.05 0 0.31
HSL 292.5º 0.05% 0.67% -
HSV(B) 292.5º 0.05% 0.69% -
XYZ 39.52 40.25 46.76 -
YUV 171.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 175 168 176 0.01 0.05 0 0.31 292.5 0.05 0.67
Hex AF A8 B0 1 5 0 1F 124 5 43
Octal 257 250 260 1 5 0 37 444 5 103
Binary 10101111 10101000 10110000 1 101 0 11111 100100100 101 1000011

Color Harmonies of #AFA8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8B0

Black with #AFA8B0

Text Example


Text Example

White with #AFA8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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