Html Css Color HEX #AFB8A0 Silver Chalice

📋 copy color: '#AFB8A0'

red 175 ◦ green 184 ◦ blue 160

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

Shades of Silver Chalice #AFB8A0

Tints of Silver Chalice #AFB8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 33.72%
G = 35.45%
B = 30.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#AFB8A0 (or 0xAFB8A0) is known color: Silver Chalice. HEX triplet: AF, B8 and A0. RGB value is (175,184,160). Sum of RGB (Red+Green+Blue) = 175+184+160=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8A0 is #50475F. Grayscale: #B2B2B2. Windows color (decimal): -5261152 or 10533039. OLE color: 10533039.

HSL color Cylindrical-coordinate representation of color #AFB8A0: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB8A0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 160 -
CMYK 0.05 0 0.13 0.28
HSL 82.5º 0.14% 0.67% -
HSV(B) 82.5º 0.13% 0.72% -
XYZ 41.16 45.93 39.95 -
YUV 178.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 175 184 160 0.05 0 0.13 0.28 82.5 0.14 0.67
Hex AF B8 A0 5 0 D 1C 52 E 43
Octal 257 270 240 5 0 15 34 122 16 103
Binary 10101111 10111000 10100000 101 0 1101 11100 1010010 1110 1000011

Color Harmonies of #AFB8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8A0

Black with #AFB8A0

Text Example


Text Example

White with #AFB8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8A0; }

 p { color: rgb(175,184,160); }

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

background-color css

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

 a { background-color: rgb(175,184,160); }

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

border-color css

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

 span { border-color: rgb(175,184,160); }

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