Html Css Color HEX #A49402 Lucky

📋 copy color: '#A49402'

red 164 ◦ green 148 ◦ blue 2

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

Shades of Lucky #A49402

Tints of Lucky #A49402

RGB

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

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

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

R = 52.23%
G = 47.13%
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

#A49402 (or 0xA49402) is known color: Lucky. HEX triplet: A4, 94 and 02. RGB value is (164,148,2). Sum of RGB (Red+Green+Blue) = 164+148+2=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A49402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49402 is #5B6BFD. Grayscale: #888888. Windows color (decimal): -5991422 or 169124. OLE color: 169124.

HSL color Cylindrical-coordinate representation of color #A49402: hue angle of 54.07º 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 #A49402 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 2 -
CMYK 0 0.10 0.99 0.36
HSL 54.07º 0.98% 0.33% -
HSV(B) 54.07º 0.99% 0.64% -
XYZ 25.91 29.08 4.3 -
YUV 136.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 164 148 2 0 0.10 0.99 0.36 54.07 0.98 0.33
Hex A4 94 2 0 A 63 24 36 62 21
Octal 244 224 2 0 12 143 44 66 142 41
Binary 10100100 10010100 10 0 1010 1100011 100100 110110 1100010 100001

Color Harmonies of #A49402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49402

Black with #A49402

Text Example


Text Example

White with #A49402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49402; }

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

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

background-color css

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

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

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

border-color css

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

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

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