Html Css Color HEX #A59504 Lucky

📋 copy color: '#A59504'

red 165 ◦ green 149 ◦ blue 4

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

Shades of Lucky #A59504

Tints of Lucky #A59504

RGB

 RED value IS 165 (64.84% from 255) = 51.89%

 GREEN value IS 149 (58.59% from 255) = 46.86%

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

R = 51.89%
G = 46.86%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A59504 (or 0xA59504) is known color: Lucky. HEX triplet: A5, 95 and 04. RGB value is (165,149,4). Sum of RGB (Red+Green+Blue) = 165+149+4=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A59504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59504 is #5A6AFB. Grayscale: #898989. Windows color (decimal): -5925628 or 300453. OLE color: 300453.

HSL color Cylindrical-coordinate representation of color #A59504: hue angle of 54.04º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A59504 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 4 -
CMYK 0 0.10 0.98 0.35
HSL 54.04º 0.95% 0.33% -
HSV(B) 54.04º 0.98% 0.65% -
XYZ 26.29 29.5 4.42 -
YUV 137.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 165 149 4 0 0.10 0.98 0.35 54.04 0.95 0.33
Hex A5 95 4 0 A 62 23 36 5F 21
Octal 245 225 4 0 12 142 43 66 137 41
Binary 10100101 10010101 100 0 1010 1100010 100011 110110 1011111 100001

Color Harmonies of #A59504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59504

Black with #A59504

Text Example


Text Example

White with #A59504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59504; }

 p { color: rgb(165,149,4); }

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

background-color css

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

 a { background-color: rgb(165,149,4); }

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

border-color css

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

 span { border-color: rgb(165,149,4); }

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