Html Css Color HEX #A0A970 Green Smoke

📋 copy color: '#A0A970'

red 160 ◦ green 169 ◦ blue 112

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

Shades of Green Smoke #A0A970

Tints of Green Smoke #A0A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 36.28%
G = 38.32%
B = 25.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A0A970 (or 0xA0A970) is known color: Green Smoke. HEX triplet: A0, A9 and 70. RGB value is (160,169,112). Sum of RGB (Red+Green+Blue) = 160+169+112=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A970 is #5F568F. Grayscale: #A0A0A0. Windows color (decimal): -6248080 or 7383456. OLE color: 7383456.

HSL color Cylindrical-coordinate representation of color #A0A970: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A970 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 112 -
CMYK 0.05 0 0.34 0.34
HSL 69.47º 0.25% 0.55% -
HSV(B) 69.47º 0.34% 0.66% -
XYZ 31.61 37.02 20.81 -
YUV 159.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 160 169 112 0.05 0 0.34 0.34 69.47 0.25 0.55
Hex A0 A9 70 5 0 22 22 45 19 37
Octal 240 251 160 5 0 42 42 105 31 67
Binary 10100000 10101001 1110000 101 0 100010 100010 1000101 11001 110111

Color Harmonies of #A0A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A970

Black with #A0A970

Text Example


Text Example

White with #A0A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A970; }

 p { color: rgb(160,169,112); }

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

background-color css

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

 a { background-color: rgb(160,169,112); }

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

border-color css

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

 span { border-color: rgb(160,169,112); }

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