Html Css Color HEX #AFA6B2 Chatelle

📋 copy color: '#AFA6B2'

red 175 ◦ green 166 ◦ blue 178

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

Shades of Chatelle #AFA6B2

Tints of Chatelle #AFA6B2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 33.72%
G = 31.98%
B = 34.3%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFA6B2 (or 0xAFA6B2) is known color: Chatelle. HEX triplet: AF, A6 and B2. RGB value is (175,166,178). Sum of RGB (Red+Green+Blue) = 175+166+178=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFA6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6B2 is #50594D. Grayscale: #AAAAAA. Windows color (decimal): -5265742 or 11708079. OLE color: 11708079.

HSL color Cylindrical-coordinate representation of color #AFA6B2: hue angle of 285º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFA6B2 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 166 178 -
CMYK 0.02 0.07 0 0.30
HSL 285º 0.07% 0.67% -
HSV(B) 285º 0.07% 0.7% -
XYZ 39.35 39.6 47.69 -
YUV 170.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 175 166 178 0.02 0.07 0 0.30 285 0.07 0.67
Hex AF A6 B2 2 7 0 1E 11D 7 43
Octal 257 246 262 2 7 0 36 435 7 103
Binary 10101111 10100110 10110010 10 111 0 11110 100011101 111 1000011

Color Harmonies of #AFA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6B2

Black with #AFA6B2

Text Example


Text Example

White with #AFA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6B2; }

 p { color: rgb(175,166,178); }

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

background-color css

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

 a { background-color: rgb(175,166,178); }

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

border-color css

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

 span { border-color: rgb(175,166,178); }

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