Html Css Color HEX #A59E32 Lucky

📋 copy color: '#A59E32'

red 165 ◦ green 158 ◦ blue 50

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

Shades of Lucky #A59E32

Tints of Lucky #A59E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 44.24%
G = 42.36%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A59E32 (or 0xA59E32) is known color: Lucky. HEX triplet: A5, 9E and 32. RGB value is (165,158,50). Sum of RGB (Red+Green+Blue) = 165+158+50=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E32 is #5A61CD. Grayscale: #949494. Windows color (decimal): -5923278 or 3317413. OLE color: 3317413.

HSL color Cylindrical-coordinate representation of color #A59E32: hue angle of 56.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A59E32 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 158 50 -
CMYK 0 0.04 0.70 0.35
HSL 56.35º 0.53% 0.42% -
HSV(B) 56.35º 0.7% 0.65% -
XYZ 28.32 32.68 7.83 -
YUV 147.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 165 158 50 0 0.04 0.70 0.35 56.35 0.53 0.42
Hex A5 9E 32 0 4 46 23 38 35 2A
Octal 245 236 62 0 4 106 43 70 65 52
Binary 10100101 10011110 110010 0 100 1000110 100011 111000 110101 101010

Color Harmonies of #A59E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E32

Black with #A59E32

Text Example


Text Example

White with #A59E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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