Html Css Color HEX #A49040 Luxor Gold

📋 copy color: '#A49040'

red 164 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A49040

Tints of Luxor Gold #A49040

RGB

 RED value IS 164 (64.45% from 255) = 44.09%

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

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

R = 44.09%
G = 38.71%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49040 (or 0xA49040) is known color: Luxor Gold. HEX triplet: A4, 90 and 40. RGB value is (164,144,64). Sum of RGB (Red+Green+Blue) = 164+144+64=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A49040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49040 is #5B6FBF. Grayscale: #8D8D8D. Windows color (decimal): -5992384 or 4231332. OLE color: 4231332.

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

Color convert

RGB 164 144 64 -
CMYK 0 0.12 0.61 0.36
HSL 48º 0.44% 0.45% -
HSV(B) 48º 0.61% 0.64% -
XYZ 26.21 28.21 8.91 -
YUV 140.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 164 144 64 0 0.12 0.61 0.36 48 0.44 0.45
Hex A4 90 40 0 C 3D 24 30 2C 2D
Octal 244 220 100 0 14 75 44 60 54 55
Binary 10100100 10010000 1000000 0 1100 111101 100100 110000 101100 101101

Color Harmonies of #A49040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49040

Black with #A49040

Text Example


Text Example

White with #A49040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49040; }

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

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

background-color css

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

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

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

border-color css

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

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

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