Html Css Color HEX #AFBBA1 Silver Chalice

📋 copy color: '#AFBBA1'

red 175 ◦ green 187 ◦ blue 161

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

Shades of Silver Chalice #AFBBA1

Tints of Silver Chalice #AFBBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.78%

R = 33.46%
G = 35.76%
B = 30.78%

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

#AFBBA1 (or 0xAFBBA1) is known color: Silver Chalice. HEX triplet: AF, BB and A1. RGB value is (175,187,161). Sum of RGB (Red+Green+Blue) = 175+187+161=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA1 is #50445E. Grayscale: #B4B4B4. Windows color (decimal): -5260383 or 10599343. OLE color: 10599343.

HSL color Cylindrical-coordinate representation of color #AFBBA1: hue angle of 87.69º degrees, saturation: 0.16, 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 #AFBBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 161 -
CMYK 0.06 0 0.14 0.27
HSL 87.69º 0.16% 0.68% -
HSV(B) 87.69º 0.14% 0.73% -
XYZ 41.88 47.23 40.63 -
YUV 180.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 175 187 161 0.06 0 0.14 0.27 87.69 0.16 0.68
Hex AF BB A1 6 0 E 1B 58 10 44
Octal 257 273 241 6 0 16 33 130 20 104
Binary 10101111 10111011 10100001 110 0 1110 11011 1011000 10000 1000100

Color Harmonies of #AFBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBA1

Black with #AFBBA1

Text Example


Text Example

White with #AFBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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