Html Css Color HEX #A59013 Lucky

📋 copy color: '#A59013'

red 165 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A59013

Tints of Lucky #A59013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

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

R = 50.3%
G = 43.9%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59013 (or 0xA59013) is known color: Lucky. HEX triplet: A5, 90 and 13. RGB value is (165,144,19). Sum of RGB (Red+Green+Blue) = 165+144+19=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A59013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59013 is #5A6FEC. Grayscale: #888888. Windows color (decimal): -5926893 or 1282213. OLE color: 1282213.

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

Color convert

RGB 165 144 19 -
CMYK 0 0.13 0.88 0.35
HSL 51.37º 0.79% 0.36% -
HSV(B) 51.37º 0.88% 0.65% -
XYZ 25.61 27.99 4.67 -
YUV 136.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 165 144 19 0 0.13 0.88 0.35 51.37 0.79 0.36
Hex A5 90 13 0 D 58 23 33 4F 24
Octal 245 220 23 0 15 130 43 63 117 44
Binary 10100101 10010000 10011 0 1101 1011000 100011 110011 1001111 100100

Color Harmonies of #A59013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59013

Black with #A59013

Text Example


Text Example

White with #A59013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59013; }

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

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

background-color css

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

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

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

border-color css

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

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

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