Html Css Color HEX #A59314 Lucky

📋 copy color: '#A59314'

red 165 ◦ green 147 ◦ blue 20

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

Shades of Lucky #A59314

Tints of Lucky #A59314

RGB

 RED value IS 165 (64.84% from 255) = 49.7%

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

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

R = 49.7%
G = 44.28%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59314 (or 0xA59314) is known color: Lucky. HEX triplet: A5, 93 and 14. RGB value is (165,147,20). Sum of RGB (Red+Green+Blue) = 165+147+20=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A59314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59314 is #5A6CEB. Grayscale: #8A8A8A. Windows color (decimal): -5926124 or 1348517. OLE color: 1348517.

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

Color convert

RGB 165 147 20 -
CMYK 0 0.11 0.88 0.35
HSL 52.55º 0.78% 0.36% -
HSV(B) 52.55º 0.88% 0.65% -
XYZ 26.08 28.92 4.87 -
YUV 137.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 165 147 20 0 0.11 0.88 0.35 52.55 0.78 0.36
Hex A5 93 14 0 B 58 23 35 4E 24
Octal 245 223 24 0 13 130 43 65 116 44
Binary 10100101 10010011 10100 0 1011 1011000 100011 110101 1001110 100100

Color Harmonies of #A59314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59314

Black with #A59314

Text Example


Text Example

White with #A59314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59314; }

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

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

background-color css

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

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

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

border-color css

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

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

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