#A5981B

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

Shades of Lucky #A5981B

Tints of Lucky #A5981B

Color information

#A5981B (or 0xA5981B) is unknown color: approx Lucky. HEX triplet: A5, 98 and 1B. RGB value is (165,152,27). Sum of RGB (Red+Green+Blue) = 165+152+27=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5981B is #5A67E4. Grayscale: #8E8E8E. Windows color (decimal): -5924837 or 1808549. OLE color: 1808549.

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

Color convert

RGB16515227-
CMYK00.080.840.35
HSL54.35º71.88%37.65%-
HSV(B)54.35º83.64%64.71%-
XYZ26.9430.535.51-
YUV141.6463.31144.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 27 (10.94% from 255) = 7.85%
R=47.97%
G=44.19%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651522700.080.840.3554.3571.8837.65
HexA5981B085423364826
Octal24523033010124436611046
Binary1010010110011000110110100010101001000111101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5981B; }

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

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

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

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

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

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

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

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