Html Css Color HEX #AFB2AA Silver Chalice

📋 copy color: '#AFB2AA'

red 175 ◦ green 178 ◦ blue 170

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

Shades of Silver Chalice #AFB2AA

Tints of Silver Chalice #AFB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 33.46%
G = 34.03%
B = 32.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#AFB2AA (or 0xAFB2AA) is known color: Silver Chalice. HEX triplet: AF, B2 and AA. RGB value is (175,178,170). Sum of RGB (Red+Green+Blue) = 175+178+170=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2AA is #504D55. Grayscale: #B0B0B0. Windows color (decimal): -5262678 or 11186863. OLE color: 11186863.

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

Color convert

RGB 175 178 170 -
CMYK 0.02 0 0.04 0.30
HSL 82.5º 0.05% 0.68% -
HSV(B) 82.5º 0.04% 0.7% -
XYZ 40.86 43.86 44.34 -
YUV 176.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 175 178 170 0.02 0 0.04 0.30 82.5 0.05 0.68
Hex AF B2 AA 2 0 4 1E 52 5 44
Octal 257 262 252 2 0 4 36 122 5 104
Binary 10101111 10110010 10101010 10 0 100 11110 1010010 101 1000100

Color Harmonies of #AFB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2AA

Black with #AFB2AA

Text Example


Text Example

White with #AFB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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