Html Css Color HEX #A59613 Lucky

📋 copy color: '#A59613'

red 165 ◦ green 150 ◦ blue 19

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

Shades of Lucky #A59613

Tints of Lucky #A59613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 49.4%
G = 44.91%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59613 (or 0xA59613) is known color: Lucky. HEX triplet: A5, 96 and 13. RGB value is (165,150,19). Sum of RGB (Red+Green+Blue) = 165+150+19=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A59613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59613 is #5A69EC. Grayscale: #8C8C8C. Windows color (decimal): -5925357 or 1283749. OLE color: 1283749.

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

Color convert

RGB 165 150 19 -
CMYK 0 0.09 0.88 0.35
HSL 53.84º 0.79% 0.36% -
HSV(B) 53.84º 0.88% 0.65% -
XYZ 26.54 29.86 4.98 -
YUV 139.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 165 150 19 0 0.09 0.88 0.35 53.84 0.79 0.36
Hex A5 96 13 0 9 58 23 36 4F 24
Octal 245 226 23 0 11 130 43 66 117 44
Binary 10100101 10010110 10011 0 1001 1011000 100011 110110 1001111 100100

Color Harmonies of #A59613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59613

Black with #A59613

Text Example


Text Example

White with #A59613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59613; }

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

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

background-color css

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

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

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

border-color css

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

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

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