Html Css Color HEX #A09704 Lucky

📋 copy color: '#A09704'

red 160 ◦ green 151 ◦ blue 4

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

Shades of Lucky #A09704

Tints of Lucky #A09704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.94%

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

R = 50.79%
G = 47.94%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A09704 (or 0xA09704) is known color: Lucky. HEX triplet: A0, 97 and 04. RGB value is (160,151,4). Sum of RGB (Red+Green+Blue) = 160+151+4=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A09704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09704 is #5F68FB. Grayscale: #898989. Windows color (decimal): -6252796 or 300960. OLE color: 300960.

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

Color convert

RGB 160 151 4 -
CMYK 0 0.06 0.98 0.37
HSL 56.54º 0.95% 0.32% -
HSV(B) 56.54º 0.98% 0.63% -
XYZ 25.59 29.62 4.48 -
YUV 136.93 52.98 144.45 -
System Red Green Blue C M Y K H S L
Decimal 160 151 4 0 0.06 0.98 0.37 56.54 0.95 0.32
Hex A0 97 4 0 6 62 25 39 5F 20
Octal 240 227 4 0 6 142 45 71 137 40
Binary 10100000 10010111 100 0 110 1100010 100101 111001 1011111 100000

Color Harmonies of #A09704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09704

Black with #A09704

Text Example


Text Example

White with #A09704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09704; }

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

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

background-color css

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

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

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

border-color css

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

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

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