#A89307

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

Shades of Lucky #A89307

Tints of Lucky #A89307

Color information

#A89307 (or 0xA89307) is unknown color: approx Lucky. HEX triplet: A8, 93 and 07. RGB value is (168,147,7). Sum of RGB (Red+Green+Blue) = 168+147+7=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A89307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89307 is #576CF8. Grayscale: #898989. Windows color (decimal): -5729529 or 496552. OLE color: 496552.

HSL color Cylindrical-coordinate representation of color #A89307: hue angle of 52.17º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A89307 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681477-
CMYK00.130.960.34
HSL52.17º92%34.31%-
HSV(B)52.17º95.83%65.88%-
XYZ26.6229.214.44-
YUV137.3254.46149.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=52.17%
G=45.65%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168147700.130.960.3452.179234.31
HexA89370D6022345c22
Octal2502237015140426413442
Binary10101000100100111110110111000001000101101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89307; }

 p { color: rgb(168,147,7); }

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

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

 a { background-color: rgb(168,147,7); }

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

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

 span { border-color: rgb(168,147,7); }

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