Html Css Color HEX #A5AA62 Green Smoke

📋 copy color: '#A5AA62'

red 165 ◦ green 170 ◦ blue 98

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

Shades of Green Smoke #A5AA62

Tints of Green Smoke #A5AA62

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 38.11%
G = 39.26%
B = 22.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A5AA62 (or 0xA5AA62) is known color: Green Smoke. HEX triplet: A5, AA and 62. RGB value is (165,170,98). Sum of RGB (Red+Green+Blue) = 165+170+98=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA62 is #5A559D. Grayscale: #A0A0A0. Windows color (decimal): -5920158 or 6466213. OLE color: 6466213.

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

Color convert

RGB 165 170 98 -
CMYK 0.03 0 0.42 0.33
HSL 64.17º 0.3% 0.53% -
HSV(B) 64.17º 0.42% 0.67% -
XYZ 32.1 37.63 17.13 -
YUV 160.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 165 170 98 0.03 0 0.42 0.33 64.17 0.3 0.53
Hex A5 AA 62 3 0 2A 21 40 1E 35
Octal 245 252 142 3 0 52 41 100 36 65
Binary 10100101 10101010 1100010 11 0 101010 100001 1000000 11110 110101

Color Harmonies of #A5AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA62

Black with #A5AA62

Text Example


Text Example

White with #A5AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA62; }

 p { color: rgb(165,170,98); }

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

background-color css

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

 a { background-color: rgb(165,170,98); }

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

border-color css

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

 span { border-color: rgb(165,170,98); }

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