Html Css Color HEX #A49340 Luxor Gold

📋 copy color: '#A49340'

red 164 ◦ green 147 ◦ blue 64

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

Shades of Luxor Gold #A49340

Tints of Luxor Gold #A49340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 43.73%
G = 39.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49340 (or 0xA49340) is known color: Luxor Gold. HEX triplet: A4, 93 and 40. RGB value is (164,147,64). Sum of RGB (Red+Green+Blue) = 164+147+64=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49340 is #5B6CBF. Grayscale: #8E8E8E. Windows color (decimal): -5991616 or 4232100. OLE color: 4232100.

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

Color convert

RGB 164 147 64 -
CMYK 0 0.10 0.61 0.36
HSL 49.8º 0.44% 0.45% -
HSV(B) 49.8º 0.61% 0.64% -
XYZ 26.67 29.13 9.07 -
YUV 142.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 164 147 64 0 0.10 0.61 0.36 49.8 0.44 0.45
Hex A4 93 40 0 A 3D 24 32 2C 2D
Octal 244 223 100 0 12 75 44 62 54 55
Binary 10100100 10010011 1000000 0 1010 111101 100100 110010 101100 101101

Color Harmonies of #A49340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49340

Black with #A49340

Text Example


Text Example

White with #A49340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49340; }

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

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

background-color css

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

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

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

border-color css

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

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

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