Html Css Color HEX #A8AA62 Green Smoke

📋 copy color: '#A8AA62'

red 168 ◦ green 170 ◦ blue 98

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

Shades of Green Smoke #A8AA62

Tints of Green Smoke #A8AA62

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

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

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

R = 38.53%
G = 38.99%
B = 22.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A8AA62 (or 0xA8AA62) is known color: Green Smoke. HEX triplet: A8, AA and 62. RGB value is (168,170,98). Sum of RGB (Red+Green+Blue) = 168+170+98=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA62 is #57559D. Grayscale: #A1A1A1. Windows color (decimal): -5723550 or 6466216. OLE color: 6466216.

HSL color Cylindrical-coordinate representation of color #A8AA62: hue angle of 61.67º 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 #A8AA62 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 98 -
CMYK 0.01 0 0.42 0.33
HSL 61.67º 0.3% 0.53% -
HSV(B) 61.67º 0.42% 0.67% -
XYZ 32.73 37.96 17.16 -
YUV 161.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 168 170 98 0.01 0 0.42 0.33 61.67 0.3 0.53
Hex A8 AA 62 1 0 2A 21 3E 1E 35
Octal 250 252 142 1 0 52 41 76 36 65
Binary 10101000 10101010 1100010 1 0 101010 100001 111110 11110 110101

Color Harmonies of #A8AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA62

Black with #A8AA62

Text Example


Text Example

White with #A8AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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