#A3AE5A

Color #A3AE5A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A3AE5A

Tints of Green Smoke #A3AE5A

Color information

#A3AE5A (or 0xA3AE5A) is unknown color: approx Green Smoke. HEX triplet: A3, AE and 5A. RGB value is (163,174,90). Sum of RGB (Red+Green+Blue) = 163+174+90=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AE5A is #5C51A5. Grayscale: #A1A1A1. Windows color (decimal): -6050214 or 5942947. OLE color: 5942947.

HSL color Cylindrical-coordinate representation of color #A3AE5A: hue angle of 67.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3AE5A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB16317490-
CMYK0.0600.480.32
HSL67.86º34.15%51.76%-
HSV(B)67.86º48.28%68.24%-
XYZ32.0938.815.47-
YUV161.1487.86129.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=38.17%
G=40.75%
B=21.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163174900.0600.480.3267.8634.1551.76
HexA3AE5A603020442234
Octal2432561326060401044264
Binary1010001110101110101101011001100001000001000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE5A; }

 p { color: rgb(163,174,90); }

 H1.HeaderClassName
 {
   color: #A3AE5A;
 }
 .AnyTagClassName
 {
   color: #A3AE5A;
 }
</style>
background-color css

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

 a { background-color: rgb(163,174,90); }

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

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

 span { border-color: rgb(163,174,90); }

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