Html Css Color HEX #A0AA68 Green Smoke

📋 copy color: '#A0AA68'

red 160 ◦ green 170 ◦ blue 104

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

Shades of Green Smoke #A0AA68

Tints of Green Smoke #A0AA68

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 36.87%
G = 39.17%
B = 23.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#A0AA68 (or 0xA0AA68) is known color: Green Smoke. HEX triplet: A0, AA and 68. RGB value is (160,170,104). Sum of RGB (Red+Green+Blue) = 160+170+104=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA68 is #5F5597. Grayscale: #9F9F9F. Windows color (decimal): -6247832 or 6859424. OLE color: 6859424.

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

Color convert

RGB 160 170 104 -
CMYK 0.06 0 0.39 0.33
HSL 69.09º 0.28% 0.54% -
HSV(B) 69.09º 0.39% 0.67% -
XYZ 31.37 37.22 18.63 -
YUV 159.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 160 170 104 0.06 0 0.39 0.33 69.09 0.28 0.54
Hex A0 AA 68 6 0 27 21 45 1C 36
Octal 240 252 150 6 0 47 41 105 34 66
Binary 10100000 10101010 1101000 110 0 100111 100001 1000101 11100 110110

Color Harmonies of #A0AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA68

Black with #A0AA68

Text Example


Text Example

White with #A0AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA68; }

 p { color: rgb(160,170,104); }

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

background-color css

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

 a { background-color: rgb(160,170,104); }

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

border-color css

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

 span { border-color: rgb(160,170,104); }

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