#A3AE82

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

Shades of Locust #A3AE82

Tints of Locust #A3AE82

Color information

#A3AE82 (or 0xA3AE82) is unknown color: approx Locust. HEX triplet: A3, AE and 82. RGB value is (163,174,130). Sum of RGB (Red+Green+Blue) = 163+174+130=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE82 is #5C517D. Grayscale: #A5A5A5. Windows color (decimal): -6050174 or 8564387. OLE color: 8564387.

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

Color convert

RGB163174130-
CMYK0.0600.250.32
HSL75º21.36%59.61%-
HSV(B)75º25.29%68.24%-
XYZ34.2739.6726.97-
YUV165.7107.86126.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=34.90%
G=37.26%
B=27.84%

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
Decimal1631741300.0600.250.327521.3659.61
HexA3AE826019204b153c
Octal2432562026031401132574
Binary101000111010111010000010110011001100000100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE82; }

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

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

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

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

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

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

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

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