Html Css Color HEX #A09304 Lucky

📋 copy color: '#A09304'

red 160 ◦ green 147 ◦ blue 4

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

Shades of Lucky #A09304

Tints of Lucky #A09304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 51.45%
G = 47.27%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A09304 (or 0xA09304) is known color: Lucky. HEX triplet: A0, 93 and 04. RGB value is (160,147,4). Sum of RGB (Red+Green+Blue) = 160+147+4=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A09304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09304 is #5F6CFB. Grayscale: #878787. Windows color (decimal): -6253820 or 299936. OLE color: 299936.

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

Color convert

RGB 160 147 4 -
CMYK 0 0.08 0.98 0.37
HSL 55º 0.95% 0.32% -
HSV(B) 55º 0.98% 0.63% -
XYZ 24.95 28.35 4.27 -
YUV 134.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 160 147 4 0 0.08 0.98 0.37 55 0.95 0.32
Hex A0 93 4 0 8 62 25 37 5F 20
Octal 240 223 4 0 10 142 45 67 137 40
Binary 10100000 10010011 100 0 1000 1100010 100101 110111 1011111 100000

Color Harmonies of #A09304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09304

Black with #A09304

Text Example


Text Example

White with #A09304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09304; }

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

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

background-color css

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

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

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

border-color css

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

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

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