#A4AE5A

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

Shades of Green Smoke #A4AE5A

Tints of Green Smoke #A4AE5A

Color information

#A4AE5A (or 0xA4AE5A) is unknown color: approx Green Smoke. HEX triplet: A4, AE and 5A. RGB value is (164,174,90). Sum of RGB (Red+Green+Blue) = 164+174+90=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE5A is #5B51A5. Grayscale: #A1A1A1. Windows color (decimal): -5984678 or 5942948. OLE color: 5942948.

HSL color Cylindrical-coordinate representation of color #A4AE5A: hue angle of 67.14º 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 #A4AE5A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB16417490-
CMYK0.0600.480.32
HSL67.14º34.15%51.76%-
HSV(B)67.14º48.28%68.24%-
XYZ32.2938.915.48-
YUV161.4387.69129.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=38.32%
G=40.65%
B=21.03%

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
Decimal164174900.0600.480.3267.1434.1551.76
HexA4AE5A603020432234
Octal2442561326060401034264
Binary1010010010101110101101011001100001000001000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE5A; }

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

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

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

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

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

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

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

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