Html Css Color HEX #A59B13 Lucky

📋 copy color: '#A59B13'

red 165 ◦ green 155 ◦ blue 19

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

Shades of Lucky #A59B13

Tints of Lucky #A59B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 48.67%
G = 45.72%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59B13 (or 0xA59B13) is known color: Lucky. HEX triplet: A5, 9B and 13. RGB value is (165,155,19). Sum of RGB (Red+Green+Blue) = 165+155+19=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59B13 is #5A64EC. Grayscale: #8F8F8F. Windows color (decimal): -5924077 or 1285029. OLE color: 1285029.

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

Color convert

RGB 165 155 19 -
CMYK 0 0.06 0.88 0.35
HSL 55.89º 0.79% 0.36% -
HSV(B) 55.89º 0.88% 0.65% -
XYZ 27.36 31.49 5.25 -
YUV 142.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 165 155 19 0 0.06 0.88 0.35 55.89 0.79 0.36
Hex A5 9B 13 0 6 58 23 38 4F 24
Octal 245 233 23 0 6 130 43 70 117 44
Binary 10100101 10011011 10011 0 110 1011000 100011 111000 1001111 100100

Color Harmonies of #A59B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B13

Black with #A59B13

Text Example


Text Example

White with #A59B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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