Html Css Color HEX #A59411 Lucky

📋 copy color: '#A59411'

red 165 ◦ green 148 ◦ blue 17

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

Shades of Lucky #A59411

Tints of Lucky #A59411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 50%
G = 44.85%
B = 5.15%

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

#A59411 (or 0xA59411) is known color: Lucky. HEX triplet: A5, 94 and 11. RGB value is (165,148,17). Sum of RGB (Red+Green+Blue) = 165+148+17=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A59411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59411 is #5A6BEE. Grayscale: #8A8A8A. Windows color (decimal): -5925871 or 1152165. OLE color: 1152165.

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

Color convert

RGB 165 148 17 -
CMYK 0 0.10 0.90 0.35
HSL 53.11º 0.81% 0.36% -
HSV(B) 53.11º 0.9% 0.65% -
XYZ 26.21 29.22 4.79 -
YUV 138.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 165 148 17 0 0.10 0.90 0.35 53.11 0.81 0.36
Hex A5 94 11 0 A 5A 23 35 51 24
Octal 245 224 21 0 12 132 43 65 121 44
Binary 10100101 10010100 10001 0 1010 1011010 100011 110101 1010001 100100

Color Harmonies of #A59411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59411

Black with #A59411

Text Example


Text Example

White with #A59411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59411; }

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

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

background-color css

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

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

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

border-color css

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

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

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