Html Css Color HEX #A8AA6D Green Smoke

📋 copy color: '#A8AA6D'

red 168 ◦ green 170 ◦ blue 109

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

Shades of Green Smoke #A8AA6D

Tints of Green Smoke #A8AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 37.58%
G = 38.03%
B = 24.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#A8AA6D (or 0xA8AA6D) is known color: Green Smoke. HEX triplet: A8, AA and 6D. RGB value is (168,170,109). Sum of RGB (Red+Green+Blue) = 168+170+109=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6D is #575592. Grayscale: #A2A2A2. Windows color (decimal): -5723539 or 7187112. OLE color: 7187112.

HSL color Cylindrical-coordinate representation of color #A8AA6D: hue angle of 61.97º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AA6D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 109 -
CMYK 0.01 0 0.36 0.33
HSL 61.97º 0.26% 0.55% -
HSV(B) 61.97º 0.36% 0.67% -
XYZ 33.28 38.18 20.08 -
YUV 162.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 168 170 109 0.01 0 0.36 0.33 61.97 0.26 0.55
Hex A8 AA 6D 1 0 24 21 3E 1A 37
Octal 250 252 155 1 0 44 41 76 32 67
Binary 10101000 10101010 1101101 1 0 100100 100001 111110 11010 110111

Color Harmonies of #A8AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA6D

Black with #A8AA6D

Text Example


Text Example

White with #A8AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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