Html Css Color HEX #A59E1A Lucky

📋 copy color: '#A59E1A'

red 165 ◦ green 158 ◦ blue 26

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

Shades of Lucky #A59E1A

Tints of Lucky #A59E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.27%

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

R = 47.28%
G = 45.27%
B = 7.45%

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

#A59E1A (or 0xA59E1A) is known color: Lucky. HEX triplet: A5, 9E and 1A. RGB value is (165,158,26). Sum of RGB (Red+Green+Blue) = 165+158+26=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E1A is #5A61E5. Grayscale: #919191. Windows color (decimal): -5923302 or 1744549. OLE color: 1744549.

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

Color convert

RGB 165 158 26 -
CMYK 0 0.04 0.84 0.35
HSL 56.98º 0.73% 0.37% -
HSV(B) 56.98º 0.84% 0.65% -
XYZ 27.93 32.53 5.78 -
YUV 145.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 165 158 26 0 0.04 0.84 0.35 56.98 0.73 0.37
Hex A5 9E 1A 0 4 54 23 39 49 25
Octal 245 236 32 0 4 124 43 71 111 45
Binary 10100101 10011110 11010 0 100 1010100 100011 111001 1001001 100101

Color Harmonies of #A59E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E1A

Black with #A59E1A

Text Example


Text Example

White with #A59E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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