Html Css Color HEX #A49F07 Lucky

📋 copy color: '#A49F07'

red 164 ◦ green 159 ◦ blue 7

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

Shades of Lucky #A49F07

Tints of Lucky #A49F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 49.7%
G = 48.18%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A49F07 (or 0xA49F07) is known color: Lucky. HEX triplet: A4, 9F and 07. RGB value is (164,159,7). Sum of RGB (Red+Green+Blue) = 164+159+7=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F07 is #5B60F8. Grayscale: #8F8F8F. Windows color (decimal): -5988601 or 499620. OLE color: 499620.

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

Color convert

RGB 164 159 7 -
CMYK 0 0.03 0.96 0.36
HSL 58.09º 0.92% 0.34% -
HSV(B) 58.09º 0.96% 0.64% -
XYZ 27.75 32.7 5.05 -
YUV 143.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 164 159 7 0 0.03 0.96 0.36 58.09 0.92 0.34
Hex A4 9F 7 0 3 60 24 3A 5C 22
Octal 244 237 7 0 3 140 44 72 134 42
Binary 10100100 10011111 111 0 11 1100000 100100 111010 1011100 100010

Color Harmonies of #A49F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F07

Black with #A49F07

Text Example


Text Example

White with #A49F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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