Html Css Color HEX #A09310 Lucky

📋 copy color: '#A09310'

red 160 ◦ green 147 ◦ blue 16

#A09310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A09310

Tints of Lucky #A09310

RGB

 RED value IS 160 (62.89% from 255) = 49.54%

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 49.54%
G = 45.51%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09310 (or 0xA09310) is known color: Lucky. HEX triplet: A0, 93 and 10. RGB value is (160,147,16). Sum of RGB (Red+Green+Blue) = 160+147+16=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09310 is #5F6CEF. Grayscale: #888888. Windows color (decimal): -6253808 or 1086368. OLE color: 1086368.

HSL color Cylindrical-coordinate representation of color #A09310: hue angle of 54.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A09310 is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 16 -
CMYK 0 0.08 0.9 0.37
HSL 54.58º 0.82% 0.35% -
HSV(B) 54.58º 0.9% 0.63% -
XYZ 25.02 28.38 4.65 -
YUV 135.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 160 147 16 0 0.08 0.9 0.37 54.58 0.82 0.35
Hex A0 93 10 0 8 5A 25 37 52 23
Octal 240 223 20 0 10 132 45 67 122 43
Binary 10100000 10010011 10000 0 1000 1011010 100101 110111 1010010 100011

Color Harmonies of #A09310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09310

Black with #A09310

Text Example


Text Example

White with #A09310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09310; }

 p { color: rgb(160,147,16); }

 H1.HeaderClassName
 {
   color: #A09310;
 }
 .AnyTagClassName
 {
   color: #A09310;
 }
</style>

background-color css

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

 a { background-color: rgb(160,147,16); }

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

border-color css

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

 span { border-color: rgb(160,147,16); }

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