Html Css Color HEX #AFBBA0 Silver Chalice

📋 copy color: '#AFBBA0'

red 175 ◦ green 187 ◦ blue 160

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

Shades of Silver Chalice #AFBBA0

Tints of Silver Chalice #AFBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

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

R = 33.52%
G = 35.82%
B = 30.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#AFBBA0 (or 0xAFBBA0) is known color: Silver Chalice. HEX triplet: AF, BB and A0. RGB value is (175,187,160). Sum of RGB (Red+Green+Blue) = 175+187+160=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA0 is #50445F. Grayscale: #B4B4B4. Windows color (decimal): -5260384 or 10533807. OLE color: 10533807.

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

Color convert

RGB 175 187 160 -
CMYK 0.06 0 0.14 0.27
HSL 86.67º 0.17% 0.68% -
HSV(B) 86.67º 0.14% 0.73% -
XYZ 41.79 47.19 40.16 -
YUV 180.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 175 187 160 0.06 0 0.14 0.27 86.67 0.17 0.68
Hex AF BB A0 6 0 E 1B 57 11 44
Octal 257 273 240 6 0 16 33 127 21 104
Binary 10101111 10111011 10100000 110 0 1110 11011 1010111 10001 1000100

Color Harmonies of #AFBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBA0

Black with #AFBBA0

Text Example


Text Example

White with #AFBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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