Html Css Color HEX #A7AA6A Green Smoke

📋 copy color: '#A7AA6A'

red 167 ◦ green 170 ◦ blue 106

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

Shades of Green Smoke #A7AA6A

Tints of Green Smoke #A7AA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 37.7%
G = 38.37%
B = 23.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#A7AA6A (or 0xA7AA6A) is known color: Green Smoke. HEX triplet: A7, AA and 6A. RGB value is (167,170,106). Sum of RGB (Red+Green+Blue) = 167+170+106=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA6A is #585595. Grayscale: #A2A2A2. Windows color (decimal): -5789078 or 6990503. OLE color: 6990503.

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

Color convert

RGB 167 170 106 -
CMYK 0.02 0 0.38 0.33
HSL 62.81º 0.27% 0.54% -
HSV(B) 62.81º 0.38% 0.67% -
XYZ 32.91 38.01 19.24 -
YUV 161.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 167 170 106 0.02 0 0.38 0.33 62.81 0.27 0.54
Hex A7 AA 6A 2 0 26 21 3F 1B 36
Octal 247 252 152 2 0 46 41 77 33 66
Binary 10100111 10101010 1101010 10 0 100110 100001 111111 11011 110110

Color Harmonies of #A7AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA6A

Black with #A7AA6A

Text Example


Text Example

White with #A7AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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