Html Css Color HEX #AFBA9F Silver Chalice

📋 copy color: '#AFBA9F'

red 175 ◦ green 186 ◦ blue 159

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

Shades of Silver Chalice #AFBA9F

Tints of Silver Chalice #AFBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 33.65%
G = 35.77%
B = 30.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AFBA9F (or 0xAFBA9F) is known color: Silver Chalice. HEX triplet: AF, BA and 9F. RGB value is (175,186,159). Sum of RGB (Red+Green+Blue) = 175+186+159=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9F is #504560. Grayscale: #B3B3B3. Windows color (decimal): -5260641 or 10468015. OLE color: 10468015.

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

Color convert

RGB 175 186 159 -
CMYK 0.06 0 0.15 0.27
HSL 84.44º 0.16% 0.68% -
HSV(B) 84.44º 0.15% 0.73% -
XYZ 41.5 46.73 39.63 -
YUV 179.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 175 186 159 0.06 0 0.15 0.27 84.44 0.16 0.68
Hex AF BA 9F 6 0 F 1B 54 10 44
Octal 257 272 237 6 0 17 33 124 20 104
Binary 10101111 10111010 10011111 110 0 1111 11011 1010100 10000 1000100

Color Harmonies of #AFBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA9F

Black with #AFBA9F

Text Example


Text Example

White with #AFBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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