Html Css Color HEX #A2AB8F Green Spring

📋 copy color: '#A2AB8F'

red 162 ◦ green 171 ◦ blue 143

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

Shades of Green Spring #A2AB8F

Tints of Green Spring #A2AB8F

RGB

 RED value IS 162 (63.67% from 255) = 34.03%

 GREEN value IS 171 (67.19% from 255) = 35.92%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 34.03%
G = 35.92%
B = 30.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A2AB8F (or 0xA2AB8F) is known color: Green Spring. HEX triplet: A2, AB and 8F. RGB value is (162,171,143). Sum of RGB (Red+Green+Blue) = 162+171+143=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8F is #5D5470. Grayscale: #A5A5A5. Windows color (decimal): -6116465 or 9415586. OLE color: 9415586.

HSL color Cylindrical-coordinate representation of color #A2AB8F: hue angle of 79.29º 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 #A2AB8F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 143 -
CMYK 0.05 0 0.16 0.33
HSL 79.29º 0.14% 0.62% -
HSV(B) 79.29º 0.16% 0.67% -
XYZ 34.42 38.79 31.66 -
YUV 165.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 162 171 143 0.05 0 0.16 0.33 79.29 0.14 0.62
Hex A2 AB 8F 5 0 10 21 4F E 3E
Octal 242 253 217 5 0 20 41 117 16 76
Binary 10100010 10101011 10001111 101 0 10000 100001 1001111 1110 111110

Color Harmonies of #A2AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB8F

Black with #A2AB8F

Text Example


Text Example

White with #A2AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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