#A4900D

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

Shades of Lucky #A4900D

Tints of Lucky #A4900D

Color information

#A4900D (or 0xA4900D) is unknown color: approx Lucky. HEX triplet: A4, 90 and 0D. RGB value is (164,144,13). Sum of RGB (Red+Green+Blue) = 164+144+13=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4900D is #5B6FF2. Grayscale: #878787. Windows color (decimal): -5992435 or 888996. OLE color: 888996.

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

Color convert

RGB16414413-
CMYK00.120.920.36
HSL52.05º85.31%34.71%-
HSV(B)52.05º92.07%64.31%-
XYZ25.3627.874.42-
YUV135.0559.13148.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 13 (5.47% from 255) = 4.05%
R=51.09%
G=44.86%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641441300.120.920.3652.0585.3134.71
HexA490D0C5C24345523
Octal24422015014134446412543
Binary101001001001000011010110010111001001001101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4900D; }

 p { color: rgb(164,144,13); }

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

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

 a { background-color: rgb(164,144,13); }

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

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

 span { border-color: rgb(164,144,13); }

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