#A3AE83

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

Shades of Locust #A3AE83

Tints of Locust #A3AE83

Color information

#A3AE83 (or 0xA3AE83) is unknown color: approx Locust. HEX triplet: A3, AE and 83. RGB value is (163,174,131). Sum of RGB (Red+Green+Blue) = 163+174+131=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE83 is #5C517C. Grayscale: #A5A5A5. Windows color (decimal): -6050173 or 8629923. OLE color: 8629923.

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

Color convert

RGB163174131-
CMYK0.0600.250.32
HSL75.35º20.98%59.8%-
HSV(B)75.35º24.71%68.24%-
XYZ34.3439.727.33-
YUV165.81108.36126-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=34.83%
G=37.18%
B=27.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741310.0600.250.3275.3520.9859.8
HexA3AE836019204b153c
Octal2432562036031401132574
Binary101000111010111010000011110011001100000100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE83; }

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

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

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

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

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

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

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

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