Html Css Color HEX #A59513 Lucky

📋 copy color: '#A59513'

red 165 ◦ green 149 ◦ blue 19

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

Shades of Lucky #A59513

Tints of Lucky #A59513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 49.55%
G = 44.74%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59513 (or 0xA59513) is known color: Lucky. HEX triplet: A5, 95 and 13. RGB value is (165,149,19). Sum of RGB (Red+Green+Blue) = 165+149+19=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A59513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59513 is #5A6AEC. Grayscale: #8B8B8B. Windows color (decimal): -5925613 or 1283493. OLE color: 1283493.

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

Color convert

RGB 165 149 19 -
CMYK 0 0.10 0.88 0.35
HSL 53.42º 0.79% 0.36% -
HSV(B) 53.42º 0.88% 0.65% -
XYZ 26.38 29.54 4.93 -
YUV 138.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 165 149 19 0 0.10 0.88 0.35 53.42 0.79 0.36
Hex A5 95 13 0 A 58 23 35 4F 24
Octal 245 225 23 0 12 130 43 65 117 44
Binary 10100101 10010101 10011 0 1010 1011000 100011 110101 1001111 100100

Color Harmonies of #A59513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59513

Black with #A59513

Text Example


Text Example

White with #A59513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59513; }

 p { color: rgb(165,149,19); }

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

background-color css

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

 a { background-color: rgb(165,149,19); }

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

border-color css

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

 span { border-color: rgb(165,149,19); }

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