Html Css Color HEX #A2A54D Green Smoke

📋 copy color: '#A2A54D'

red 162 ◦ green 165 ◦ blue 77

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

Shades of Green Smoke #A2A54D

Tints of Green Smoke #A2A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 40.1%
G = 40.84%
B = 19.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A2A54D (or 0xA2A54D) is known color: Green Smoke. HEX triplet: A2, A5 and 4D. RGB value is (162,165,77). Sum of RGB (Red+Green+Blue) = 162+165+77=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A54D is #5D5AB2. Grayscale: #9A9A9A. Windows color (decimal): -6118067 or 5088674. OLE color: 5088674.

HSL color Cylindrical-coordinate representation of color #A2A54D: hue angle of 62.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2A54D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 77 -
CMYK 0.02 0 0.53 0.35
HSL 62.05º 0.36% 0.47% -
HSV(B) 62.05º 0.53% 0.65% -
XYZ 29.69 35.13 12.24 -
YUV 154.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 162 165 77 0.02 0 0.53 0.35 62.05 0.36 0.47
Hex A2 A5 4D 2 0 35 23 3E 24 2F
Octal 242 245 115 2 0 65 43 76 44 57
Binary 10100010 10100101 1001101 10 0 110101 100011 111110 100100 101111

Color Harmonies of #A2A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A54D

Black with #A2A54D

Text Example


Text Example

White with #A2A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A54D; }

 p { color: rgb(162,165,77); }

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

background-color css

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

 a { background-color: rgb(162,165,77); }

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

border-color css

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

 span { border-color: rgb(162,165,77); }

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