#A5980D

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

Shades of Lucky #A5980D

Tints of Lucky #A5980D

Color information

#A5980D (or 0xA5980D) is unknown color: approx Lucky. HEX triplet: A5, 98 and 0D. RGB value is (165,152,13). Sum of RGB (Red+Green+Blue) = 165+152+13=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5980D is #5A67F2. Grayscale: #8C8C8C. Windows color (decimal): -5924851 or 891045. OLE color: 891045.

HSL color Cylindrical-coordinate representation of color #A5980D: hue angle of 54.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5980D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB16515213-
CMYK00.080.920.35
HSL54.87º85.39%34.9%-
HSV(B)54.87º92.12%64.71%-
XYZ26.8230.484.85-
YUV140.0456.31145.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 13 (5.47% from 255) = 3.94%
R=50%
G=46.06%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651521300.080.920.3554.8785.3934.9
HexA598D085C23375523
Octal24523015010134436712543
Binary101001011001100011010100010111001000111101111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5980D; }

 p { color: rgb(165,152,13); }

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

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

 a { background-color: rgb(165,152,13); }

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

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

 span { border-color: rgb(165,152,13); }

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