Html Css Color HEX #AFB99F Silver Chalice

📋 copy color: '#AFB99F'

red 175 ◦ green 185 ◦ blue 159

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

Shades of Silver Chalice #AFB99F

Tints of Silver Chalice #AFB99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 33.72%
G = 35.65%
B = 30.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#AFB99F (or 0xAFB99F) is known color: Silver Chalice. HEX triplet: AF, B9 and 9F. RGB value is (175,185,159). Sum of RGB (Red+Green+Blue) = 175+185+159=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99F is #504660. Grayscale: #B3B3B3. Windows color (decimal): -5260897 or 10467759. OLE color: 10467759.

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

Color convert

RGB 175 185 159 -
CMYK 0.05 0 0.14 0.27
HSL 83.08º 0.16% 0.67% -
HSV(B) 83.08º 0.14% 0.73% -
XYZ 41.29 46.32 39.56 -
YUV 179.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 175 185 159 0.05 0 0.14 0.27 83.08 0.16 0.67
Hex AF B9 9F 5 0 E 1B 53 10 43
Octal 257 271 237 5 0 16 33 123 20 103
Binary 10101111 10111001 10011111 101 0 1110 11011 1010011 10000 1000011

Color Harmonies of #AFB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB99F

Black with #AFB99F

Text Example


Text Example

White with #AFB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB99F; }

 p { color: rgb(175,185,159); }

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

background-color css

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

 a { background-color: rgb(175,185,159); }

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

border-color css

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

 span { border-color: rgb(175,185,159); }

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