Html Css Color HEX #A2A157 Green Smoke

📋 copy color: '#A2A157'

red 162 ◦ green 161 ◦ blue 87

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

Shades of Green Smoke #A2A157

Tints of Green Smoke #A2A157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.22%

R = 39.51%
G = 39.27%
B = 21.22%

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

#A2A157 (or 0xA2A157) is known color: Green Smoke. HEX triplet: A2, A1 and 57. RGB value is (162,161,87). Sum of RGB (Red+Green+Blue) = 162+161+87=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A157 is #5D5EA8. Grayscale: #999999. Windows color (decimal): -6119081 or 5743010. OLE color: 5743010.

HSL color Cylindrical-coordinate representation of color #A2A157: hue angle of 59.2º 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 #A2A157 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 161 87 -
CMYK 0 0.01 0.46 0.36
HSL 59.2º 0.3% 0.49% -
HSV(B) 59.2º 0.46% 0.64% -
XYZ 29.37 33.86 14 -
YUV 152.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 162 161 87 0 0.01 0.46 0.36 59.2 0.3 0.49
Hex A2 A1 57 0 1 2E 24 3B 1E 31
Octal 242 241 127 0 1 56 44 73 36 61
Binary 10100010 10100001 1010111 0 1 101110 100100 111011 11110 110001

Color Harmonies of #A2A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A157

Black with #A2A157

Text Example


Text Example

White with #A2A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A157; }

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

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

background-color css

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

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

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

border-color css

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

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

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