Html Css Color HEX #A59040 Luxor Gold

📋 copy color: '#A59040'

red 165 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A59040

Tints of Luxor Gold #A59040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 44.24%
G = 38.61%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A59040 (or 0xA59040) is known color: Luxor Gold. HEX triplet: A5, 90 and 40. RGB value is (165,144,64). Sum of RGB (Red+Green+Blue) = 165+144+64=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A59040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59040 is #5A6FBF. Grayscale: #8D8D8D. Windows color (decimal): -5926848 or 4231333. OLE color: 4231333.

HSL color Cylindrical-coordinate representation of color #A59040: hue angle of 47.52º degrees, saturation: 0.44, 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 #A59040 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 64 -
CMYK 0 0.13 0.61 0.35
HSL 47.52º 0.44% 0.45% -
HSV(B) 47.52º 0.61% 0.65% -
XYZ 26.42 28.32 8.92 -
YUV 141.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 165 144 64 0 0.13 0.61 0.35 47.52 0.44 0.45
Hex A5 90 40 0 D 3D 23 30 2C 2D
Octal 245 220 100 0 15 75 43 60 54 55
Binary 10100101 10010000 1000000 0 1101 111101 100011 110000 101100 101101

Color Harmonies of #A59040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59040

Black with #A59040

Text Example


Text Example

White with #A59040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59040; }

 p { color: rgb(165,144,64); }

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

background-color css

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

 a { background-color: rgb(165,144,64); }

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

border-color css

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

 span { border-color: rgb(165,144,64); }

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