#A4951C

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

Shades of Lucky #A4951C

Tints of Lucky #A4951C

Color information

#A4951C (or 0xA4951C) is unknown color: approx Lucky. HEX triplet: A4, 95 and 1C. RGB value is (164,149,28). Sum of RGB (Red+Green+Blue) = 164+149+28=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4951C is #5B6AE3. Grayscale: #8C8C8C. Windows color (decimal): -5991140 or 1873316. OLE color: 1873316.

HSL color Cylindrical-coordinate representation of color #A4951C: hue angle of 53.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4951C is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16414928-
CMYK00.090.830.36
HSL53.38º70.83%37.65%-
HSV(B)53.38º82.93%64.31%-
XYZ26.2729.475.4-
YUV139.6964.97145.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 28 (11.33% from 255) = 8.21%
R=48.09%
G=43.70%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641492800.090.830.3653.3870.8337.65
HexA4951C095324354726
Octal24422534011123446510746
Binary1010010010010101111000100110100111001001101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4951C; }

 p { color: rgb(164,149,28); }

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

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

 a { background-color: rgb(164,149,28); }

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

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

 span { border-color: rgb(164,149,28); }

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