Html Css Color HEX #A59141 Luxor Gold

📋 copy color: '#A59141'

red 165 ◦ green 145 ◦ blue 65

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

Shades of Luxor Gold #A59141

Tints of Luxor Gold #A59141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 44%
G = 38.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A59141 (or 0xA59141) is known color: Luxor Gold. HEX triplet: A5, 91 and 41. RGB value is (165,145,65). Sum of RGB (Red+Green+Blue) = 165+145+65=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A59141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59141 is #5A6EBE. Grayscale: #8E8E8E. Windows color (decimal): -5926591 or 4297125. OLE color: 4297125.

HSL color Cylindrical-coordinate representation of color #A59141: hue angle of 48º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A59141 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 65 -
CMYK 0 0.12 0.61 0.35
HSL 48º 0.43% 0.45% -
HSV(B) 48º 0.61% 0.65% -
XYZ 26.6 28.63 9.13 -
YUV 141.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 165 145 65 0 0.12 0.61 0.35 48 0.43 0.45
Hex A5 91 41 0 C 3D 23 30 2B 2D
Octal 245 221 101 0 14 75 43 60 53 55
Binary 10100101 10010001 1000001 0 1100 111101 100011 110000 101011 101101

Color Harmonies of #A59141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59141

Black with #A59141

Text Example


Text Example

White with #A59141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59141; }

 p { color: rgb(165,145,65); }

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

background-color css

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

 a { background-color: rgb(165,145,65); }

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

border-color css

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

 span { border-color: rgb(165,145,65); }

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