Html Css Color HEX #A7AA60 Green Smoke

📋 copy color: '#A7AA60'

red 167 ◦ green 170 ◦ blue 96

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

Shades of Green Smoke #A7AA60

Tints of Green Smoke #A7AA60

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

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

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 38.57%
G = 39.26%
B = 22.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A7AA60 (or 0xA7AA60) is known color: Green Smoke. HEX triplet: A7, AA and 60. RGB value is (167,170,96). Sum of RGB (Red+Green+Blue) = 167+170+96=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA60 is #58559F. Grayscale: #A0A0A0. Windows color (decimal): -5789088 or 6335143. OLE color: 6335143.

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

Color convert

RGB 167 170 96 -
CMYK 0.02 0 0.44 0.33
HSL 62.43º 0.3% 0.52% -
HSV(B) 62.43º 0.44% 0.67% -
XYZ 32.42 37.81 16.66 -
YUV 160.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 167 170 96 0.02 0 0.44 0.33 62.43 0.3 0.52
Hex A7 AA 60 2 0 2C 21 3E 1E 34
Octal 247 252 140 2 0 54 41 76 36 64
Binary 10100111 10101010 1100000 10 0 101100 100001 111110 11110 110100

Color Harmonies of #A7AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA60

Black with #A7AA60

Text Example


Text Example

White with #A7AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA60; }

 p { color: rgb(167,170,96); }

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

background-color css

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

 a { background-color: rgb(167,170,96); }

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

border-color css

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

 span { border-color: rgb(167,170,96); }

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