#A3AF5A

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

Shades of Green Smoke #A3AF5A

Tints of Green Smoke #A3AF5A

Color information

#A3AF5A (or 0xA3AF5A) is unknown color: approx Green Smoke. HEX triplet: A3, AF and 5A. RGB value is (163,175,90). Sum of RGB (Red+Green+Blue) = 163+175+90=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5A is #5C50A5. Grayscale: #A2A2A2. Windows color (decimal): -6049958 or 5943203. OLE color: 5943203.

HSL color Cylindrical-coordinate representation of color #A3AF5A: hue angle of 68.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3AF5A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB16317590-
CMYK0.0700.490.31
HSL68.47º34.69%51.96%-
HSV(B)68.47º48.57%68.63%-
XYZ32.2839.1815.53-
YUV161.7287.52128.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=38.08%
G=40.89%
B=21.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175900.0700.490.3168.4734.6951.96
HexA3AF5A70311F442334
Octal2432571327061371044364
Binary101000111010111110110101110110001111111000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF5A; }

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

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

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

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

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

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

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

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