Html Css Color HEX #A79413 Lucky

📋 copy color: '#A79413'

red 167 ◦ green 148 ◦ blue 19

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

Shades of Lucky #A79413

Tints of Lucky #A79413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 50%
G = 44.31%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A79413 (or 0xA79413) is known color: Lucky. HEX triplet: A7, 94 and 13. RGB value is (167,148,19). Sum of RGB (Red+Green+Blue) = 167+148+19=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A79413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79413 is #586BEC. Grayscale: #8B8B8B. Windows color (decimal): -5794797 or 1283239. OLE color: 1283239.

HSL color Cylindrical-coordinate representation of color #A79413: hue angle of 52.3º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A79413 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 19 -
CMYK 0 0.11 0.89 0.35
HSL 52.3º 0.8% 0.36% -
HSV(B) 52.3º 0.89% 0.65% -
XYZ 26.64 29.44 4.89 -
YUV 138.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 167 148 19 0 0.11 0.89 0.35 52.3 0.8 0.36
Hex A7 94 13 0 B 59 23 34 50 24
Octal 247 224 23 0 13 131 43 64 120 44
Binary 10100111 10010100 10011 0 1011 1011001 100011 110100 1010000 100100

Color Harmonies of #A79413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79413

Black with #A79413

Text Example


Text Example

White with #A79413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79413; }

 p { color: rgb(167,148,19); }

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

background-color css

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

 a { background-color: rgb(167,148,19); }

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

border-color css

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

 span { border-color: rgb(167,148,19); }

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