Html Css Color HEX #A09204 Lucky

📋 copy color: '#A09204'

red 160 ◦ green 146 ◦ blue 4

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

Shades of Lucky #A09204

Tints of Lucky #A09204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

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

R = 51.61%
G = 47.1%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A09204 (or 0xA09204) is known color: Lucky. HEX triplet: A0, 92 and 04. RGB value is (160,146,4). Sum of RGB (Red+Green+Blue) = 160+146+4=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A09204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09204 is #5F6DFB. Grayscale: #868686. Windows color (decimal): -6254076 or 299680. OLE color: 299680.

HSL color Cylindrical-coordinate representation of color #A09204: hue angle of 54.62º 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 #A09204 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 4 -
CMYK 0 0.09 0.98 0.37
HSL 54.62º 0.95% 0.32% -
HSV(B) 54.62º 0.98% 0.63% -
XYZ 24.8 28.04 4.22 -
YUV 134 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 160 146 4 0 0.09 0.98 0.37 54.62 0.95 0.32
Hex A0 92 4 0 9 62 25 37 5F 20
Octal 240 222 4 0 11 142 45 67 137 40
Binary 10100000 10010010 100 0 1001 1100010 100101 110111 1011111 100000

Color Harmonies of #A09204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09204

Black with #A09204

Text Example


Text Example

White with #A09204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09204; }

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

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

background-color css

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

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

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

border-color css

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

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

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