Html Css Color HEX #A79914 Lucky

📋 copy color: '#A79914'

red 167 ◦ green 153 ◦ blue 20

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

Shades of Lucky #A79914

Tints of Lucky #A79914

RGB

 RED value IS 167 (65.63% from 255) = 49.12%

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 49.12%
G = 45%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A79914 (or 0xA79914) is known color: Lucky. HEX triplet: A7, 99 and 14. RGB value is (167,153,20). Sum of RGB (Red+Green+Blue) = 167+153+20=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A79914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79914 is #5866EB. Grayscale: #8E8E8E. Windows color (decimal): -5793516 or 1350055. OLE color: 1350055.

HSL color Cylindrical-coordinate representation of color #A79914: hue angle of 54.29º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A79914 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 20 -
CMYK 0 0.08 0.88 0.35
HSL 54.29º 0.79% 0.37% -
HSV(B) 54.29º 0.88% 0.65% -
XYZ 27.45 31.05 5.21 -
YUV 142.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 167 153 20 0 0.08 0.88 0.35 54.29 0.79 0.37
Hex A7 99 14 0 8 58 23 36 4F 25
Octal 247 231 24 0 10 130 43 66 117 45
Binary 10100111 10011001 10100 0 1000 1011000 100011 110110 1001111 100101

Color Harmonies of #A79914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79914

Black with #A79914

Text Example


Text Example

White with #A79914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79914; }

 p { color: rgb(167,153,20); }

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

background-color css

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

 a { background-color: rgb(167,153,20); }

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

border-color css

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

 span { border-color: rgb(167,153,20); }

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