Html Css Color HEX #A49405 Lucky

📋 copy color: '#A49405'

red 164 ◦ green 148 ◦ blue 5

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

Shades of Lucky #A49405

Tints of Lucky #A49405

RGB

 RED value IS 164 (64.45% from 255) = 51.74%

 GREEN value IS 148 (58.2% from 255) = 46.69%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 51.74%
G = 46.69%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A49405 (or 0xA49405) is known color: Lucky. HEX triplet: A4, 94 and 05. RGB value is (164,148,5). Sum of RGB (Red+Green+Blue) = 164+148+5=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A49405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49405 is #5B6BFA. Grayscale: #898989. Windows color (decimal): -5991419 or 365732. OLE color: 365732.

HSL color Cylindrical-coordinate representation of color #A49405: hue angle of 53.96º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A49405 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 5 -
CMYK 0 0.10 0.97 0.36
HSL 53.96º 0.94% 0.33% -
HSV(B) 53.96º 0.97% 0.64% -
XYZ 25.93 29.08 4.39 -
YUV 136.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 164 148 5 0 0.10 0.97 0.36 53.96 0.94 0.33
Hex A4 94 5 0 A 61 24 36 5E 21
Octal 244 224 5 0 12 141 44 66 136 41
Binary 10100100 10010100 101 0 1010 1100001 100100 110110 1011110 100001

Color Harmonies of #A49405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49405

Black with #A49405

Text Example


Text Example

White with #A49405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49405; }

 p { color: rgb(164,148,5); }

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

background-color css

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

 a { background-color: rgb(164,148,5); }

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

border-color css

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

 span { border-color: rgb(164,148,5); }

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