Html Css Color HEX #A09314 Lucky

📋 copy color: '#A09314'

red 160 ◦ green 147 ◦ blue 20

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

Shades of Lucky #A09314

Tints of Lucky #A09314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 48.93%
G = 44.95%
B = 6.12%

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

#A09314 (or 0xA09314) is known color: Lucky. HEX triplet: A0, 93 and 14. RGB value is (160,147,20). Sum of RGB (Red+Green+Blue) = 160+147+20=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09314 is #5F6CEB. Grayscale: #888888. Windows color (decimal): -6253804 or 1348512. OLE color: 1348512.

HSL color Cylindrical-coordinate representation of color #A09314: hue angle of 54.43º degrees, saturation: 0.78, 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 #A09314 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 20 -
CMYK 0 0.08 0.88 0.37
HSL 54.43º 0.78% 0.35% -
HSV(B) 54.43º 0.88% 0.63% -
XYZ 25.06 28.39 4.82 -
YUV 136.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 160 147 20 0 0.08 0.88 0.37 54.43 0.78 0.35
Hex A0 93 14 0 8 58 25 36 4E 23
Octal 240 223 24 0 10 130 45 66 116 43
Binary 10100000 10010011 10100 0 1000 1011000 100101 110110 1001110 100011

Color Harmonies of #A09314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09314

Black with #A09314

Text Example


Text Example

White with #A09314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09314; }

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

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

background-color css

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

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

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

border-color css

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

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

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