Html Css Color HEX #A2A460 Green Smoke

📋 copy color: '#A2A460'

red 162 ◦ green 164 ◦ blue 96

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

Shades of Green Smoke #A2A460

Tints of Green Smoke #A2A460

RGB

 RED value IS 162 (63.67% from 255) = 38.39%

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 38.39%
G = 38.86%
B = 22.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2A460 (or 0xA2A460) is known color: Green Smoke. HEX triplet: A2, A4 and 60. RGB value is (162,164,96). Sum of RGB (Red+Green+Blue) = 162+164+96=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A460 is #5D5B9F. Grayscale: #9B9B9B. Windows color (decimal): -6118304 or 6333602. OLE color: 6333602.

HSL color Cylindrical-coordinate representation of color #A2A460: hue angle of 61.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2A460 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 96 -
CMYK 0.01 0 0.41 0.36
HSL 61.76º 0.27% 0.51% -
HSV(B) 61.76º 0.41% 0.64% -
XYZ 30.29 35.08 16.24 -
YUV 155.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 162 164 96 0.01 0 0.41 0.36 61.76 0.27 0.51
Hex A2 A4 60 1 0 29 24 3E 1B 33
Octal 242 244 140 1 0 51 44 76 33 63
Binary 10100010 10100100 1100000 1 0 101001 100100 111110 11011 110011

Color Harmonies of #A2A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A460

Black with #A2A460

Text Example


Text Example

White with #A2A460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A460; }

 p { color: rgb(162,164,96); }

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

background-color css

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

 a { background-color: rgb(162,164,96); }

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

border-color css

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

 span { border-color: rgb(162,164,96); }

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