Html Css Color HEX #AFB6AA Silver Chalice

📋 copy color: '#AFB6AA'

red 175 ◦ green 182 ◦ blue 170

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

Shades of Silver Chalice #AFB6AA

Tints of Silver Chalice #AFB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

 BLUE value IS 170 (66.8% from 255) = 32.26%

R = 33.21%
G = 34.54%
B = 32.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#AFB6AA (or 0xAFB6AA) is known color: Silver Chalice. HEX triplet: AF, B6 and AA. RGB value is (175,182,170). Sum of RGB (Red+Green+Blue) = 175+182+170=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6AA is #504955. Grayscale: #B2B2B2. Windows color (decimal): -5261654 or 11187887. OLE color: 11187887.

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

Color convert

RGB 175 182 170 -
CMYK 0.04 0 0.07 0.29
HSL 95º 0.08% 0.69% -
HSV(B) 95º 0.07% 0.71% -
XYZ 41.66 45.47 44.61 -
YUV 178.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 175 182 170 0.04 0 0.07 0.29 95 0.08 0.69
Hex AF B6 AA 4 0 7 1D 5F 8 45
Octal 257 266 252 4 0 7 35 137 10 105
Binary 10101111 10110110 10101010 100 0 111 11101 1011111 1000 1000101

Color Harmonies of #AFB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6AA

Black with #AFB6AA

Text Example


Text Example

White with #AFB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6AA; }

 p { color: rgb(175,182,170); }

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

background-color css

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

 a { background-color: rgb(175,182,170); }

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

border-color css

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

 span { border-color: rgb(175,182,170); }

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