#A5A66F

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

Shades of Locust #A5A66F

Tints of Locust #A5A66F

Color information

#A5A66F (or 0xA5A66F) is unknown color: approx Locust. HEX triplet: A5, A6 and 6F. RGB value is (165,166,111). Sum of RGB (Red+Green+Blue) = 165+166+111=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66F is #5A5990. Grayscale: #9F9F9F. Windows color (decimal): -5921169 or 7317157. OLE color: 7317157.

HSL color Cylindrical-coordinate representation of color #A5A66F: hue angle of 61.09º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A66F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165166111-
CMYK0.0100.330.35
HSL61.09º23.61%54.31%-
HSV(B)61.09º33.13%65.1%-
XYZ32.0236.4220.38-
YUV159.43100.67131.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=37.33%
G=37.56%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661110.0100.330.3561.0923.6154.31
HexA5A66F1021233d1836
Octal245246157104143753066
Binary101001011010011011011111010000110001111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A66F; }

 p { color: rgb(165,166,111); }

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

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

 a { background-color: rgb(165,166,111); }

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

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

 span { border-color: rgb(165,166,111); }

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