#A39800

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

Shades of Lucky #A39800

Tints of Lucky #A39800

Color information

#A39800 (or 0xA39800) is unknown color: approx Lucky. HEX triplet: A3, 98 and 00. RGB value is (163,152,0). Sum of RGB (Red+Green+Blue) = 163+152+0=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A39800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39800 is #5C67FF. Grayscale: #8A8A8A. Windows color (decimal): -6055936 or 39075. OLE color: 39075.

HSL color Cylindrical-coordinate representation of color #A39800: hue angle of 55.95º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A39800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1631520-
CMYK00.0710.36
HSL55.95º100%31.96%-
HSV(B)55.95º100%63.92%-
XYZ26.3330.244.45-
YUV137.9650.14145.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.75%
G=48.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163152000.0710.3655.9510031.96
HexA3980076424386420
Octal243230007144447014440
Binary10100011100110000011111001001001001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39800; }

 p { color: rgb(163,152,0); }

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

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

 a { background-color: rgb(163,152,0); }

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

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

 span { border-color: rgb(163,152,0); }

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