Html Css Color HEX #A49541 Luxor Gold

📋 copy color: '#A49541'

red 164 ◦ green 149 ◦ blue 65

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

Shades of Luxor Gold #A49541

Tints of Luxor Gold #A49541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 43.39%
G = 39.42%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49541 (or 0xA49541) is known color: Luxor Gold. HEX triplet: A4, 95 and 41. RGB value is (164,149,65). Sum of RGB (Red+Green+Blue) = 164+149+65=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A49541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49541 is #5B6ABE. Grayscale: #909090. Windows color (decimal): -5991103 or 4298148. OLE color: 4298148.

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

Color convert

RGB 164 149 65 -
CMYK 0 0.09 0.60 0.36
HSL 50.91º 0.43% 0.45% -
HSV(B) 50.91º 0.6% 0.64% -
XYZ 27.01 29.77 9.32 -
YUV 143.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 164 149 65 0 0.09 0.60 0.36 50.91 0.43 0.45
Hex A4 95 41 0 9 3C 24 33 2B 2D
Octal 244 225 101 0 11 74 44 63 53 55
Binary 10100100 10010101 1000001 0 1001 111100 100100 110011 101011 101101

Color Harmonies of #A49541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49541

Black with #A49541

Text Example


Text Example

White with #A49541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49541; }

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

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

background-color css

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

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

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

border-color css

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

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

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