Html Css Color HEX #A09604 Lucky

📋 copy color: '#A09604'

red 160 ◦ green 150 ◦ blue 4

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

Shades of Lucky #A09604

Tints of Lucky #A09604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 50.96%
G = 47.77%
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

#A09604 (or 0xA09604) is known color: Lucky. HEX triplet: A0, 96 and 04. RGB value is (160,150,4). Sum of RGB (Red+Green+Blue) = 160+150+4=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09604 is #5F69FB. Grayscale: #888888. Windows color (decimal): -6253052 or 300704. OLE color: 300704.

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

Color convert

RGB 160 150 4 -
CMYK 0 0.06 0.98 0.37
HSL 56.15º 0.95% 0.32% -
HSV(B) 56.15º 0.98% 0.63% -
XYZ 25.43 29.3 4.43 -
YUV 136.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 160 150 4 0 0.06 0.98 0.37 56.15 0.95 0.32
Hex A0 96 4 0 6 62 25 38 5F 20
Octal 240 226 4 0 6 142 45 70 137 40
Binary 10100000 10010110 100 0 110 1100010 100101 111000 1011111 100000

Color Harmonies of #A09604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09604

Black with #A09604

Text Example


Text Example

White with #A09604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09604; }

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

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

background-color css

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

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

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

border-color css

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

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

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