Html Css Color HEX #ABB2A0 Silver Chalice

📋 copy color: '#ABB2A0'

red 171 ◦ green 178 ◦ blue 160

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

Shades of Silver Chalice #ABB2A0

Tints of Silver Chalice #ABB2A0

RGB

 RED value IS 171 (67.19% from 255) = 33.6%

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 33.6%
G = 34.97%
B = 31.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#ABB2A0 (or 0xABB2A0) is known color: Silver Chalice. HEX triplet: AB, B2 and A0. RGB value is (171,178,160). Sum of RGB (Red+Green+Blue) = 171+178+160=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2A0 is #544D5F. Grayscale: #ADADAD. Windows color (decimal): -5524832 or 10531499. OLE color: 10531499.

HSL color Cylindrical-coordinate representation of color #ABB2A0: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB2A0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 160 -
CMYK 0.04 0 0.10 0.30
HSL 83.33º 0.1% 0.66% -
HSV(B) 83.33º 0.1% 0.7% -
XYZ 39.06 43.04 39.51 -
YUV 173.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 171 178 160 0.04 0 0.10 0.30 83.33 0.1 0.66
Hex AB B2 A0 4 0 A 1E 53 A 42
Octal 253 262 240 4 0 12 36 123 12 102
Binary 10101011 10110010 10100000 100 0 1010 11110 1010011 1010 1000010

Color Harmonies of #ABB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2A0

Black with #ABB2A0

Text Example


Text Example

White with #ABB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2A0; }

 p { color: rgb(171,178,160); }

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

background-color css

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

 a { background-color: rgb(171,178,160); }

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

border-color css

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

 span { border-color: rgb(171,178,160); }

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