#a5990c

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

Shades of Lucky #A5990C

Tints of Lucky #A5990C

Color information

#A5990C (or 0xA5990C) is unknown color: approx Lucky. HEX triplet: A5, 99 and 0C. RGB value is (165,153,12). Sum of RGB (Red+Green+Blue) = 165+153+12=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5990C is #5A66F3. Grayscale: #8D8D8D. Windows color (decimal): -5924596 or 825765. OLE color: 825765.

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

Color convert

RGB16515312-
CMYK00.070.930.35
HSL55.29º86.44%34.71%-
HSV(B)55.29º92.73%64.71%-
XYZ26.9730.814.87-
YUV140.5155.48145.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=50%
G=46.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651531200.070.930.3555.2986.4434.71
HexA599C075D23375623
Octal2452311407135436712643
Binary10100101100110011100011110111011000111101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5990c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5990c; }

 p { color: rgb(165,153,12); }

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

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

 a { background-color: rgb(165,153,12); }

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

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

 span { border-color: rgb(165,153,12); }

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