Html Css Color HEX #A0AB8A Green Spring

📋 copy color: '#A0AB8A'

red 160 ◦ green 171 ◦ blue 138

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

Shades of Green Spring #A0AB8A

Tints of Green Spring #A0AB8A

RGB

 RED value IS 160 (62.89% from 255) = 34.12%

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 34.12%
G = 36.46%
B = 29.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#A0AB8A (or 0xA0AB8A) is known color: Green Spring. HEX triplet: A0, AB and 8A. RGB value is (160,171,138). Sum of RGB (Red+Green+Blue) = 160+171+138=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8A is #5F5475. Grayscale: #A4A4A4. Windows color (decimal): -6247542 or 9087904. OLE color: 9087904.

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

Color convert

RGB 160 171 138 -
CMYK 0.06 0 0.19 0.33
HSL 80º 0.16% 0.61% -
HSV(B) 80º 0.19% 0.67% -
XYZ 33.65 38.43 29.69 -
YUV 163.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 160 171 138 0.06 0 0.19 0.33 80 0.16 0.61
Hex A0 AB 8A 6 0 13 21 50 10 3D
Octal 240 253 212 6 0 23 41 120 20 75
Binary 10100000 10101011 10001010 110 0 10011 100001 1010000 10000 111101

Color Harmonies of #A0AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB8A

Black with #A0AB8A

Text Example


Text Example

White with #A0AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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