#A5951B

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

Shades of Lucky #A5951B

Tints of Lucky #A5951B

Color information

#A5951B (or 0xA5951B) is unknown color: approx Lucky. HEX triplet: A5, 95 and 1B. RGB value is (165,149,27). Sum of RGB (Red+Green+Blue) = 165+149+27=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5951B is #5A6AE4. Grayscale: #8C8C8C. Windows color (decimal): -5925605 or 1807781. OLE color: 1807781.

HSL color Cylindrical-coordinate representation of color #A5951B: hue angle of 53.04º 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 #A5951B is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16514927-
CMYK00.100.840.35
HSL53.04º71.88%37.65%-
HSV(B)53.04º83.64%64.71%-
XYZ26.4629.575.35-
YUV139.8864.3145.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 27 (10.94% from 255) = 7.92%
R=48.39%
G=43.70%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651492700.100.840.3553.0471.8837.65
HexA5951B0A5423354826
Octal24522533012124436511046
Binary1010010110010101110110101010101001000111101011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5951B; }

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

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

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

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

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

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

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

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