Html Css Color HEX #A59F1A Lucky

📋 copy color: '#A59F1A'

red 165 ◦ green 159 ◦ blue 26

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

Shades of Lucky #A59F1A

Tints of Lucky #A59F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.43%

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 47.14%
G = 45.43%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A59F1A (or 0xA59F1A) is known color: Lucky. HEX triplet: A5, 9F and 1A. RGB value is (165,159,26). Sum of RGB (Red+Green+Blue) = 165+159+26=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F1A is #5A60E5. Grayscale: #929292. Windows color (decimal): -5923046 or 1744805. OLE color: 1744805.

HSL color Cylindrical-coordinate representation of color #A59F1A: hue angle of 57.41º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A59F1A is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 26 -
CMYK 0 0.04 0.84 0.35
HSL 57.41º 0.73% 0.37% -
HSV(B) 57.41º 0.84% 0.65% -
XYZ 28.1 32.87 5.84 -
YUV 145.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 165 159 26 0 0.04 0.84 0.35 57.41 0.73 0.37
Hex A5 9F 1A 0 4 54 23 39 49 25
Octal 245 237 32 0 4 124 43 71 111 45
Binary 10100101 10011111 11010 0 100 1010100 100011 111001 1001001 100101

Color Harmonies of #A59F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F1A

Black with #A59F1A

Text Example


Text Example

White with #A59F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F1A; }

 p { color: rgb(165,159,26); }

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

background-color css

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

 a { background-color: rgb(165,159,26); }

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

border-color css

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

 span { border-color: rgb(165,159,26); }

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