Html Css Color HEX #A59413 Lucky

📋 copy color: '#A59413'

red 165 ◦ green 148 ◦ blue 19

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

Shades of Lucky #A59413

Tints of Lucky #A59413

RGB

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

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

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

R = 49.7%
G = 44.58%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59413 (or 0xA59413) is known color: Lucky. HEX triplet: A5, 94 and 13. RGB value is (165,148,19). Sum of RGB (Red+Green+Blue) = 165+148+19=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A59413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59413 is #5A6BEC. Grayscale: #8A8A8A. Windows color (decimal): -5925869 or 1283237. OLE color: 1283237.

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

Color convert

RGB 165 148 19 -
CMYK 0 0.10 0.88 0.35
HSL 53.01º 0.79% 0.36% -
HSV(B) 53.01º 0.88% 0.65% -
XYZ 26.22 29.23 4.88 -
YUV 138.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 165 148 19 0 0.10 0.88 0.35 53.01 0.79 0.36
Hex A5 94 13 0 A 58 23 35 4F 24
Octal 245 224 23 0 12 130 43 65 117 44
Binary 10100101 10010100 10011 0 1010 1011000 100011 110101 1001111 100100

Color Harmonies of #A59413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59413

Black with #A59413

Text Example


Text Example

White with #A59413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59413; }

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

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

background-color css

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

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

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

border-color css

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

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

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