Html Css Color HEX #A49241 Luxor Gold

📋 copy color: '#A49241'

red 164 ◦ green 146 ◦ blue 65

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

Shades of Luxor Gold #A49241

Tints of Luxor Gold #A49241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 43.73%
G = 38.93%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49241 (or 0xA49241) is known color: Luxor Gold. HEX triplet: A4, 92 and 41. RGB value is (164,146,65). Sum of RGB (Red+Green+Blue) = 164+146+65=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49241 is #5B6DBE. Grayscale: #8E8E8E. Windows color (decimal): -5991871 or 4297380. OLE color: 4297380.

HSL color Cylindrical-coordinate representation of color #A49241: hue angle of 49.09º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49241 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 65 -
CMYK 0 0.11 0.60 0.36
HSL 49.09º 0.43% 0.45% -
HSV(B) 49.09º 0.6% 0.64% -
XYZ 26.54 28.83 9.17 -
YUV 142.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 164 146 65 0 0.11 0.60 0.36 49.09 0.43 0.45
Hex A4 92 41 0 B 3C 24 31 2B 2D
Octal 244 222 101 0 13 74 44 61 53 55
Binary 10100100 10010010 1000001 0 1011 111100 100100 110001 101011 101101

Color Harmonies of #A49241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49241

Black with #A49241

Text Example


Text Example

White with #A49241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49241; }

 p { color: rgb(164,146,65); }

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

background-color css

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

 a { background-color: rgb(164,146,65); }

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

border-color css

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

 span { border-color: rgb(164,146,65); }

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