Html Css Color HEX #A59511 Lucky

📋 copy color: '#A59511'

red 165 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A59511

Tints of Lucky #A59511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 49.85%
G = 45.02%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A59511 (or 0xA59511) is known color: Lucky. HEX triplet: A5, 95 and 11. RGB value is (165,149,17). Sum of RGB (Red+Green+Blue) = 165+149+17=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A59511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59511 is #5A6AEE. Grayscale: #8B8B8B. Windows color (decimal): -5925615 or 1152421. OLE color: 1152421.

HSL color Cylindrical-coordinate representation of color #A59511: hue angle of 53.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A59511 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 17 -
CMYK 0 0.10 0.90 0.35
HSL 53.51º 0.81% 0.36% -
HSV(B) 53.51º 0.9% 0.65% -
XYZ 26.37 29.53 4.84 -
YUV 138.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 165 149 17 0 0.10 0.90 0.35 53.51 0.81 0.36
Hex A5 95 11 0 A 5A 23 36 51 24
Octal 245 225 21 0 12 132 43 66 121 44
Binary 10100101 10010101 10001 0 1010 1011010 100011 110110 1010001 100100

Color Harmonies of #A59511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59511

Black with #A59511

Text Example


Text Example

White with #A59511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59511; }

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

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

background-color css

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

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

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

border-color css

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

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

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