Html Css Color HEX #A1A062 Green Smoke

📋 copy color: '#A1A062'

red 161 ◦ green 160 ◦ blue 98

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

Shades of Green Smoke #A1A062

Tints of Green Smoke #A1A062

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 38.42%
G = 38.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A1A062 (or 0xA1A062) is known color: Green Smoke. HEX triplet: A1, A0 and 62. RGB value is (161,160,98). Sum of RGB (Red+Green+Blue) = 161+160+98=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A062 is #5E5F9D. Grayscale: #999999. Windows color (decimal): -6184862 or 6463649. OLE color: 6463649.

HSL color Cylindrical-coordinate representation of color #A1A062: hue angle of 59.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A062 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 98 -
CMYK 0 0.01 0.39 0.37
HSL 59.05º 0.25% 0.51% -
HSV(B) 59.05º 0.39% 0.63% -
XYZ 29.47 33.6 16.49 -
YUV 153.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 161 160 98 0 0.01 0.39 0.37 59.05 0.25 0.51
Hex A1 A0 62 0 1 27 25 3B 19 33
Octal 241 240 142 0 1 47 45 73 31 63
Binary 10100001 10100000 1100010 0 1 100111 100101 111011 11001 110011

Color Harmonies of #A1A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A062

Black with #A1A062

Text Example


Text Example

White with #A1A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A062; }

 p { color: rgb(161,160,98); }

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

background-color css

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

 a { background-color: rgb(161,160,98); }

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

border-color css

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

 span { border-color: rgb(161,160,98); }

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