#A5A678

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

Shades of Locust #A5A678

Tints of Locust #A5A678

Color information

#A5A678 (or 0xA5A678) is unknown color: approx Locust. HEX triplet: A5, A6 and 78. RGB value is (165,166,120). Sum of RGB (Red+Green+Blue) = 165+166+120=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A678 is #5A5987. Grayscale: #A0A0A0. Windows color (decimal): -5921160 or 7906981. OLE color: 7906981.

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

Color convert

RGB165166120-
CMYK0.0100.280.35
HSL61.3º20.54%56.08%-
HSV(B)61.3º27.71%65.1%-
XYZ32.5436.6323.12-
YUV160.46105.17131.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=36.59%
G=36.81%
B=26.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661200.0100.280.3561.320.5456.08
HexA5A678101C233d1538
Octal245246170103443752570
Binary10100101101001101111000101110010001111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A678; }

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

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

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

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

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

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

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

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