Html Css Color HEX #A49D02 Lucky

📋 copy color: '#A49D02'

red 164 ◦ green 157 ◦ blue 2

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

Shades of Lucky #A49D02

Tints of Lucky #A49D02

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.61%

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

R = 50.77%
G = 48.61%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49D02 (or 0xA49D02) is known color: Lucky. HEX triplet: A4, 9D and 02. RGB value is (164,157,2). Sum of RGB (Red+Green+Blue) = 164+157+2=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49D02 is #5B62FD. Grayscale: #8E8E8E. Windows color (decimal): -5989118 or 171428. OLE color: 171428.

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

Color convert

RGB 164 157 2 -
CMYK 0 0.04 0.99 0.36
HSL 57.41º 0.98% 0.33% -
HSV(B) 57.41º 0.99% 0.64% -
XYZ 27.38 32.01 4.79 -
YUV 141.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 164 157 2 0 0.04 0.99 0.36 57.41 0.98 0.33
Hex A4 9D 2 0 4 63 24 39 62 21
Octal 244 235 2 0 4 143 44 71 142 41
Binary 10100100 10011101 10 0 100 1100011 100100 111001 1100010 100001

Color Harmonies of #A49D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D02

Black with #A49D02

Text Example


Text Example

White with #A49D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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