#A5AE5A

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

Shades of Green Smoke #A5AE5A

Tints of Green Smoke #A5AE5A

Color information

#A5AE5A (or 0xA5AE5A) is unknown color: approx Green Smoke. HEX triplet: A5, AE and 5A. RGB value is (165,174,90). Sum of RGB (Red+Green+Blue) = 165+174+90=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE5A is #5A51A5. Grayscale: #A2A2A2. Windows color (decimal): -5919142 or 5942949. OLE color: 5942949.

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

Color convert

RGB16517490-
CMYK0.0500.480.32
HSL66.43º34.15%51.76%-
HSV(B)66.43º48.28%68.24%-
XYZ32.539.0115.49-
YUV161.7387.52130.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=38.46%
G=40.56%
B=20.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174900.0500.480.3266.4334.1551.76
HexA5AE5A503020422234
Octal2452561325060401024264
Binary1010010110101110101101010101100001000001000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE5A; }

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

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

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

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

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

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

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

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