#A3AB8F

Color #A3AB8F Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A3AB8F

Tints of Green Spring #A3AB8F

Color information

#A3AB8F (or 0xA3AB8F) is unknown color: approx Green Spring. HEX triplet: A3, AB and 8F. RGB value is (163,171,143). Sum of RGB (Red+Green+Blue) = 163+171+143=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB8F is #5C5470. Grayscale: #A5A5A5. Windows color (decimal): -6050929 or 9415587. OLE color: 9415587.

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

Color convert

RGB163171143-
CMYK0.0500.160.33
HSL77.14º14.29%61.57%-
HSV(B)77.14º16.37%67.06%-
XYZ34.6338.931.67-
YUV165.42115.35126.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=34.17%
G=35.85%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711430.0500.160.3377.1414.2961.57
HexA3AB8F5010214de3e
Octal2432532175020411151676
Binary10100011101010111000111110101000010000110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB8F; }

 p { color: rgb(163,171,143); }

 H1.HeaderClassName
 {
   color: #A3AB8F;
 }
 .AnyTagClassName
 {
   color: #A3AB8F;
 }
</style>
background-color css

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

 a { background-color: rgb(163,171,143); }

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

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

 span { border-color: rgb(163,171,143); }

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