Html Css Color HEX #A49F0D Lucky

📋 copy color: '#A49F0D'

red 164 ◦ green 159 ◦ blue 13

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

Shades of Lucky #A49F0D

Tints of Lucky #A49F0D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 48.81%
G = 47.32%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A49F0D (or 0xA49F0D) is known color: Lucky. HEX triplet: A4, 9F and 0D. RGB value is (164,159,13). Sum of RGB (Red+Green+Blue) = 164+159+13=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F0D is #5B60F2. Grayscale: #909090. Windows color (decimal): -5988595 or 892836. OLE color: 892836.

HSL color Cylindrical-coordinate representation of color #A49F0D: hue angle of 58.01º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A49F0D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 13 -
CMYK 0 0.03 0.92 0.36
HSL 58.01º 0.85% 0.35% -
HSV(B) 58.01º 0.92% 0.64% -
XYZ 27.78 32.72 5.23 -
YUV 143.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 164 159 13 0 0.03 0.92 0.36 58.01 0.85 0.35
Hex A4 9F D 0 3 5C 24 3A 55 23
Octal 244 237 15 0 3 134 44 72 125 43
Binary 10100100 10011111 1101 0 11 1011100 100100 111010 1010101 100011

Color Harmonies of #A49F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F0D

Black with #A49F0D

Text Example


Text Example

White with #A49F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F0D; }

 p { color: rgb(164,159,13); }

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

background-color css

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

 a { background-color: rgb(164,159,13); }

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

border-color css

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

 span { border-color: rgb(164,159,13); }

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