Html Css Color HEX #A1A462 Green Smoke

📋 copy color: '#A1A462'

red 161 ◦ green 164 ◦ blue 98

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

Shades of Green Smoke #A1A462

Tints of Green Smoke #A1A462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 38.06%
G = 38.77%
B = 23.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A1A462 (or 0xA1A462) is known color: Green Smoke. HEX triplet: A1, A4 and 62. RGB value is (161,164,98). Sum of RGB (Red+Green+Blue) = 161+164+98=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A462 is #5E5B9D. Grayscale: #9B9B9B. Windows color (decimal): -6183838 or 6464673. OLE color: 6464673.

HSL color Cylindrical-coordinate representation of color #A1A462: hue angle of 62.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1A462 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 164 98 -
CMYK 0.02 0 0.40 0.36
HSL 62.73º 0.27% 0.51% -
HSV(B) 62.73º 0.4% 0.64% -
XYZ 30.18 35.01 16.72 -
YUV 155.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 161 164 98 0.02 0 0.40 0.36 62.73 0.27 0.51
Hex A1 A4 62 2 0 28 24 3F 1B 33
Octal 241 244 142 2 0 50 44 77 33 63
Binary 10100001 10100100 1100010 10 0 101000 100100 111111 11011 110011

Color Harmonies of #A1A462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A462

Black with #A1A462

Text Example


Text Example

White with #A1A462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A462; }

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

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

background-color css

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

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

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

border-color css

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

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

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