Html Css Color HEX #A8ABA1 Green Spring

📋 copy color: '#A8ABA1'

red 168 ◦ green 171 ◦ blue 161

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

Shades of Green Spring #A8ABA1

Tints of Green Spring #A8ABA1

RGB

 RED value IS 168 (66.02% from 255) = 33.6%

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

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

R = 33.6%
G = 34.2%
B = 32.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#A8ABA1 (or 0xA8ABA1) is known color: Green Spring. HEX triplet: A8, AB and A1. RGB value is (168,171,161). Sum of RGB (Red+Green+Blue) = 168+171+161=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA1 is #57545E. Grayscale: #A9A9A9. Windows color (decimal): -5723231 or 10595240. OLE color: 10595240.

HSL color Cylindrical-coordinate representation of color #A8ABA1: hue angle of 78º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8ABA1 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 161 -
CMYK 0.02 0 0.06 0.33
HSL 78º 0.06% 0.65% -
HSV(B) 78º 0.06% 0.67% -
XYZ 37.14 40.02 39.49 -
YUV 168.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 168 171 161 0.02 0 0.06 0.33 78 0.06 0.65
Hex A8 AB A1 2 0 6 21 4E 6 41
Octal 250 253 241 2 0 6 41 116 6 101
Binary 10101000 10101011 10100001 10 0 110 100001 1001110 110 1000001

Color Harmonies of #A8ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABA1

Black with #A8ABA1

Text Example


Text Example

White with #A8ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABA1; }

 p { color: rgb(168,171,161); }

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

background-color css

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

 a { background-color: rgb(168,171,161); }

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

border-color css

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

 span { border-color: rgb(168,171,161); }

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