Html Css Color HEX #A49441 Luxor Gold

📋 copy color: '#A49441'

red 164 ◦ green 148 ◦ blue 65

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

Shades of Luxor Gold #A49441

Tints of Luxor Gold #A49441

RGB

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

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

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

R = 43.5%
G = 39.26%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49441 (or 0xA49441) is known color: Luxor Gold. HEX triplet: A4, 94 and 41. RGB value is (164,148,65). Sum of RGB (Red+Green+Blue) = 164+148+65=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A49441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49441 is #5B6BBE. Grayscale: #8F8F8F. Windows color (decimal): -5991359 or 4297892. OLE color: 4297892.

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

Color convert

RGB 164 148 65 -
CMYK 0 0.10 0.60 0.36
HSL 50.3º 0.43% 0.45% -
HSV(B) 50.3º 0.6% 0.64% -
XYZ 26.85 29.45 9.27 -
YUV 143.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 164 148 65 0 0.10 0.60 0.36 50.3 0.43 0.45
Hex A4 94 41 0 A 3C 24 32 2B 2D
Octal 244 224 101 0 12 74 44 62 53 55
Binary 10100100 10010100 1000001 0 1010 111100 100100 110010 101011 101101

Color Harmonies of #A49441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49441

Black with #A49441

Text Example


Text Example

White with #A49441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49441; }

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

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

background-color css

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

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

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

border-color css

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

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

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