Html Css Color HEX #A09313 Lucky

📋 copy color: '#A09313'

red 160 ◦ green 147 ◦ blue 19

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

Shades of Lucky #A09313

Tints of Lucky #A09313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 49.08%
G = 45.09%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09313 (or 0xA09313) is known color: Lucky. HEX triplet: A0, 93 and 13. RGB value is (160,147,19). Sum of RGB (Red+Green+Blue) = 160+147+19=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09313 is #5F6CEC. Grayscale: #888888. Windows color (decimal): -6253805 or 1282976. OLE color: 1282976.

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

Color convert

RGB 160 147 19 -
CMYK 0 0.08 0.88 0.37
HSL 54.47º 0.79% 0.35% -
HSV(B) 54.47º 0.88% 0.63% -
XYZ 25.05 28.39 4.78 -
YUV 136.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 160 147 19 0 0.08 0.88 0.37 54.47 0.79 0.35
Hex A0 93 13 0 8 58 25 36 4F 23
Octal 240 223 23 0 10 130 45 66 117 43
Binary 10100000 10010011 10011 0 1000 1011000 100101 110110 1001111 100011

Color Harmonies of #A09313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09313

Black with #A09313

Text Example


Text Example

White with #A09313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09313; }

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

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

background-color css

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

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

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

border-color css

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

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

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