Html Css Color HEX #A2A158 Green Smoke

📋 copy color: '#A2A158'

red 162 ◦ green 161 ◦ blue 88

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

Shades of Green Smoke #A2A158

Tints of Green Smoke #A2A158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 39.42%
G = 39.17%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A2A158 (or 0xA2A158) is known color: Green Smoke. HEX triplet: A2, A1 and 58. RGB value is (162,161,88). Sum of RGB (Red+Green+Blue) = 162+161+88=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A158 is #5D5EA7. Grayscale: #999999. Windows color (decimal): -6119080 or 5808546. OLE color: 5808546.

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

Color convert

RGB 162 161 88 -
CMYK 0 0.01 0.46 0.36
HSL 59.19º 0.3% 0.49% -
HSV(B) 59.19º 0.46% 0.64% -
XYZ 29.41 33.88 14.22 -
YUV 152.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 162 161 88 0 0.01 0.46 0.36 59.19 0.3 0.49
Hex A2 A1 58 0 1 2E 24 3B 1E 31
Octal 242 241 130 0 1 56 44 73 36 61
Binary 10100010 10100001 1011000 0 1 101110 100100 111011 11110 110001

Color Harmonies of #A2A158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A158

Black with #A2A158

Text Example


Text Example

White with #A2A158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A158; }

 p { color: rgb(162,161,88); }

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

background-color css

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

 a { background-color: rgb(162,161,88); }

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

border-color css

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

 span { border-color: rgb(162,161,88); }

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