Html Css Color HEX #A0A74A Green Smoke

📋 copy color: '#A0A74A'

red 160 ◦ green 167 ◦ blue 74

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

Shades of Green Smoke #A0A74A

Tints of Green Smoke #A0A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 39.9%
G = 41.65%
B = 18.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A0A74A (or 0xA0A74A) is known color: Green Smoke. HEX triplet: A0, A7 and 4A. RGB value is (160,167,74). Sum of RGB (Red+Green+Blue) = 160+167+74=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A74A is #5F58B5. Grayscale: #9A9A9A. Windows color (decimal): -6248630 or 4892576. OLE color: 4892576.

HSL color Cylindrical-coordinate representation of color #A0A74A: hue angle of 64.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0A74A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 74 -
CMYK 0.04 0 0.56 0.35
HSL 64.52º 0.39% 0.47% -
HSV(B) 64.52º 0.56% 0.65% -
XYZ 29.55 35.61 11.79 -
YUV 154.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 160 167 74 0.04 0 0.56 0.35 64.52 0.39 0.47
Hex A0 A7 4A 4 0 38 23 41 27 2F
Octal 240 247 112 4 0 70 43 101 47 57
Binary 10100000 10100111 1001010 100 0 111000 100011 1000001 100111 101111

Color Harmonies of #A0A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A74A

Black with #A0A74A

Text Example


Text Example

White with #A0A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A74A; }

 p { color: rgb(160,167,74); }

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

background-color css

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

 a { background-color: rgb(160,167,74); }

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

border-color css

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

 span { border-color: rgb(160,167,74); }

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