Html Css Color HEX #A79314 Lucky

📋 copy color: '#A79314'

red 167 ◦ green 147 ◦ blue 20

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

Shades of Lucky #A79314

Tints of Lucky #A79314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 50%
G = 44.01%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A79314 (or 0xA79314) is known color: Lucky. HEX triplet: A7, 93 and 14. RGB value is (167,147,20). Sum of RGB (Red+Green+Blue) = 167+147+20=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A79314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79314 is #586CEB. Grayscale: #8B8B8B. Windows color (decimal): -5795052 or 1348519. OLE color: 1348519.

HSL color Cylindrical-coordinate representation of color #A79314: hue angle of 51.84º 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 #A79314 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 20 -
CMYK 0 0.12 0.88 0.35
HSL 51.84º 0.79% 0.37% -
HSV(B) 51.84º 0.88% 0.65% -
XYZ 26.5 29.13 4.89 -
YUV 138.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 167 147 20 0 0.12 0.88 0.35 51.84 0.79 0.37
Hex A7 93 14 0 C 58 23 34 4F 25
Octal 247 223 24 0 14 130 43 64 117 45
Binary 10100111 10010011 10100 0 1100 1011000 100011 110100 1001111 100101

Color Harmonies of #A79314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79314

Black with #A79314

Text Example


Text Example

White with #A79314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79314; }

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

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

background-color css

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

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

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

border-color css

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

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

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