Html Css Color HEX #A49401 Lucky

📋 copy color: '#A49401'

red 164 ◦ green 148 ◦ blue 1

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

Shades of Lucky #A49401

Tints of Lucky #A49401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 52.4%
G = 47.28%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49401 (or 0xA49401) is known color: Lucky. HEX triplet: A4, 94 and 01. RGB value is (164,148,1). Sum of RGB (Red+Green+Blue) = 164+148+1=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A49401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49401 is #5B6BFE. Grayscale: #888888. Windows color (decimal): -5991423 or 103588. OLE color: 103588.

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

Color convert

RGB 164 148 1 -
CMYK 0 0.10 0.99 0.36
HSL 54.11º 0.99% 0.32% -
HSV(B) 54.11º 0.99% 0.64% -
XYZ 25.91 29.07 4.28 -
YUV 136.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 164 148 1 0 0.10 0.99 0.36 54.11 0.99 0.32
Hex A4 94 1 0 A 63 24 36 63 20
Octal 244 224 1 0 12 143 44 66 143 40
Binary 10100100 10010100 1 0 1010 1100011 100100 110110 1100011 100000

Color Harmonies of #A49401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49401

Black with #A49401

Text Example


Text Example

White with #A49401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49401; }

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

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

background-color css

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

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

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

border-color css

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

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

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