#A5AE7D

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

Shades of Locust #A5AE7D

Tints of Locust #A5AE7D

Color information

#A5AE7D (or 0xA5AE7D) is unknown color: approx Locust. HEX triplet: A5, AE and 7D. RGB value is (165,174,125). Sum of RGB (Red+Green+Blue) = 165+174+125=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE7D is #5A5182. Grayscale: #A5A5A5. Windows color (decimal): -5919107 or 8236709. OLE color: 8236709.

HSL color Cylindrical-coordinate representation of color #A5AE7D: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5AE7D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB165174125-
CMYK0.0500.280.32
HSL71.02º23.22%58.63%-
HSV(B)71.02º28.16%68.24%-
XYZ34.3539.7525.26-
YUV165.72105.02127.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=35.56%
G=37.5%
B=26.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741250.0500.280.3271.0223.2258.63
HexA5AE7D501C2047173b
Octal2452561755034401072773
Binary10100101101011101111101101011100100000100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE7D; }

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

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

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

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

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

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

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

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