Html Css Color HEX #A3A15F Green Smoke

📋 copy color: '#A3A15F'

red 163 ◦ green 161 ◦ blue 95

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

Shades of Green Smoke #A3A15F

Tints of Green Smoke #A3A15F

RGB

 RED value IS 163 (64.06% from 255) = 38.9%

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 38.9%
G = 38.42%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3A15F (or 0xA3A15F) is known color: Green Smoke. HEX triplet: A3, A1 and 5F. RGB value is (163,161,95). Sum of RGB (Red+Green+Blue) = 163+161+95=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A15F is #5C5EA0. Grayscale: #9A9A9A. Windows color (decimal): -6053537 or 6267299. OLE color: 6267299.

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

Color convert

RGB 163 161 95 -
CMYK 0 0.01 0.42 0.36
HSL 58.24º 0.27% 0.51% -
HSV(B) 58.24º 0.42% 0.64% -
XYZ 29.91 34.1 15.83 -
YUV 154.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 163 161 95 0 0.01 0.42 0.36 58.24 0.27 0.51
Hex A3 A1 5F 0 1 2A 24 3A 1B 33
Octal 243 241 137 0 1 52 44 72 33 63
Binary 10100011 10100001 1011111 0 1 101010 100100 111010 11011 110011

Color Harmonies of #A3A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A15F

Black with #A3A15F

Text Example


Text Example

White with #A3A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A15F; }

 p { color: rgb(163,161,95); }

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

background-color css

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

 a { background-color: rgb(163,161,95); }

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

border-color css

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

 span { border-color: rgb(163,161,95); }

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