Html Css Color HEX #A2A85D Green Smoke

📋 copy color: '#A2A85D'

red 162 ◦ green 168 ◦ blue 93

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

Shades of Green Smoke #A2A85D

Tints of Green Smoke #A2A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 38.3%
G = 39.72%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A2A85D (or 0xA2A85D) is known color: Green Smoke. HEX triplet: A2, A8 and 5D. RGB value is (162,168,93). Sum of RGB (Red+Green+Blue) = 162+168+93=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A85D is #5D57A2. Grayscale: #9D9D9D. Windows color (decimal): -6117283 or 6138018. OLE color: 6138018.

HSL color Cylindrical-coordinate representation of color #A2A85D: hue angle of 64.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2A85D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 168 93 -
CMYK 0.04 0 0.45 0.34
HSL 64.8º 0.3% 0.51% -
HSV(B) 64.8º 0.45% 0.66% -
XYZ 30.88 36.48 15.77 -
YUV 157.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 162 168 93 0.04 0 0.45 0.34 64.8 0.3 0.51
Hex A2 A8 5D 4 0 2D 22 41 1E 33
Octal 242 250 135 4 0 55 42 101 36 63
Binary 10100010 10101000 1011101 100 0 101101 100010 1000001 11110 110011

Color Harmonies of #A2A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A85D

Black with #A2A85D

Text Example


Text Example

White with #A2A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A85D; }

 p { color: rgb(162,168,93); }

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

background-color css

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

 a { background-color: rgb(162,168,93); }

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

border-color css

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

 span { border-color: rgb(162,168,93); }

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