Html Css Color HEX #A0AA8B Green Spring

📋 copy color: '#A0AA8B'

red 160 ◦ green 170 ◦ blue 139

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

Shades of Green Spring #A0AA8B

Tints of Green Spring #A0AA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 34.12%
G = 36.25%
B = 29.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#A0AA8B (or 0xA0AA8B) is known color: Green Spring. HEX triplet: A0, AA and 8B. RGB value is (160,170,139). Sum of RGB (Red+Green+Blue) = 160+170+139=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA8B is #5F5574. Grayscale: #A3A3A3. Windows color (decimal): -6247797 or 9153184. OLE color: 9153184.

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

Color convert

RGB 160 170 139 -
CMYK 0.06 0 0.18 0.33
HSL 79.35º 0.15% 0.61% -
HSV(B) 79.35º 0.18% 0.67% -
XYZ 33.53 38.09 30.01 -
YUV 163.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 160 170 139 0.06 0 0.18 0.33 79.35 0.15 0.61
Hex A0 AA 8B 6 0 12 21 4F F 3D
Octal 240 252 213 6 0 22 41 117 17 75
Binary 10100000 10101010 10001011 110 0 10010 100001 1001111 1111 111101

Color Harmonies of #A0AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA8B

Black with #A0AA8B

Text Example


Text Example

White with #A0AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA8B; }

 p { color: rgb(160,170,139); }

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

background-color css

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

 a { background-color: rgb(160,170,139); }

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

border-color css

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

 span { border-color: rgb(160,170,139); }

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