Html Css Color HEX #A59440 Luxor Gold

📋 copy color: '#A59440'

red 165 ◦ green 148 ◦ blue 64

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

Shades of Luxor Gold #A59440

Tints of Luxor Gold #A59440

RGB

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

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

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

R = 43.77%
G = 39.26%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A59440 (or 0xA59440) is known color: Luxor Gold. HEX triplet: A5, 94 and 40. RGB value is (165,148,64). Sum of RGB (Red+Green+Blue) = 165+148+64=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A59440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59440 is #5A6BBF. Grayscale: #8F8F8F. Windows color (decimal): -5925824 or 4232357. OLE color: 4232357.

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

Color convert

RGB 165 148 64 -
CMYK 0 0.10 0.61 0.35
HSL 49.9º 0.44% 0.45% -
HSV(B) 49.9º 0.61% 0.65% -
XYZ 27.03 29.55 9.13 -
YUV 143.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 165 148 64 0 0.10 0.61 0.35 49.9 0.44 0.45
Hex A5 94 40 0 A 3D 23 32 2C 2D
Octal 245 224 100 0 12 75 43 62 54 55
Binary 10100101 10010100 1000000 0 1010 111101 100011 110010 101100 101101

Color Harmonies of #A59440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59440

Black with #A59440

Text Example


Text Example

White with #A59440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59440; }

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

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

background-color css

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

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

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

border-color css

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

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

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