Html Css Color HEX #AFB5A5 Silver Chalice

📋 copy color: '#AFB5A5'

red 175 ◦ green 181 ◦ blue 165

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

Shades of Silver Chalice #AFB5A5

Tints of Silver Chalice #AFB5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 33.59%
G = 34.74%
B = 31.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#AFB5A5 (or 0xAFB5A5) is known color: Silver Chalice. HEX triplet: AF, B5 and A5. RGB value is (175,181,165). Sum of RGB (Red+Green+Blue) = 175+181+165=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5A5 is #504A5A. Grayscale: #B1B1B1. Windows color (decimal): -5261915 or 10859951. OLE color: 10859951.

HSL color Cylindrical-coordinate representation of color #AFB5A5: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB5A5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 165 -
CMYK 0.03 0 0.09 0.29
HSL 82.5º 0.1% 0.68% -
HSV(B) 82.5º 0.09% 0.71% -
XYZ 40.99 44.88 42.1 -
YUV 177.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 175 181 165 0.03 0 0.09 0.29 82.5 0.1 0.68
Hex AF B5 A5 3 0 9 1D 52 A 44
Octal 257 265 245 3 0 11 35 122 12 104
Binary 10101111 10110101 10100101 11 0 1001 11101 1010010 1010 1000100

Color Harmonies of #AFB5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5A5

Black with #AFB5A5

Text Example


Text Example

White with #AFB5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5A5; }

 p { color: rgb(175,181,165); }

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

background-color css

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

 a { background-color: rgb(175,181,165); }

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

border-color css

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

 span { border-color: rgb(175,181,165); }

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