Html Css Color HEX #A49440 Luxor Gold

📋 copy color: '#A49440'

red 164 ◦ green 148 ◦ blue 64

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

Shades of Luxor Gold #A49440

Tints of Luxor Gold #A49440

RGB

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

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

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

R = 43.62%
G = 39.36%
B = 17.02%

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

#A49440 (or 0xA49440) is known color: Luxor Gold. HEX triplet: A4, 94 and 40. RGB value is (164,148,64). Sum of RGB (Red+Green+Blue) = 164+148+64=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A49440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49440 is #5B6BBF. Grayscale: #8F8F8F. Windows color (decimal): -5991360 or 4232356. OLE color: 4232356.

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

Color convert

RGB 164 148 64 -
CMYK 0 0.10 0.61 0.36
HSL 50.4º 0.44% 0.45% -
HSV(B) 50.4º 0.61% 0.64% -
XYZ 26.83 29.44 9.12 -
YUV 143.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 164 148 64 0 0.10 0.61 0.36 50.4 0.44 0.45
Hex A4 94 40 0 A 3D 24 32 2C 2D
Octal 244 224 100 0 12 75 44 62 54 55
Binary 10100100 10010100 1000000 0 1010 111101 100100 110010 101100 101101

Color Harmonies of #A49440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49440

Black with #A49440

Text Example


Text Example

White with #A49440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49440; }

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

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

background-color css

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

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

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

border-color css

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

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

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