Html Css Color HEX #A49302 Lucky

📋 copy color: '#A49302'

red 164 ◦ green 147 ◦ blue 2

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

Shades of Lucky #A49302

Tints of Lucky #A49302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 52.4%
G = 46.96%
B = 0.64%

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

#A49302 (or 0xA49302) is known color: Lucky. HEX triplet: A4, 93 and 02. RGB value is (164,147,2). Sum of RGB (Red+Green+Blue) = 164+147+2=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A49302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49302 is #5B6CFD. Grayscale: #888888. Windows color (decimal): -5991678 or 168868. OLE color: 168868.

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

Color convert

RGB 164 147 2 -
CMYK 0 0.10 0.99 0.36
HSL 53.7º 0.98% 0.33% -
HSV(B) 53.7º 0.99% 0.64% -
XYZ 25.75 28.76 4.25 -
YUV 135.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 164 147 2 0 0.10 0.99 0.36 53.7 0.98 0.33
Hex A4 93 2 0 A 63 24 36 62 21
Octal 244 223 2 0 12 143 44 66 142 41
Binary 10100100 10010011 10 0 1010 1100011 100100 110110 1100010 100001

Color Harmonies of #A49302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49302

Black with #A49302

Text Example


Text Example

White with #A49302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49302; }

 p { color: rgb(164,147,2); }

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

background-color css

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

 a { background-color: rgb(164,147,2); }

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

border-color css

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

 span { border-color: rgb(164,147,2); }

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