Html Css Color HEX #A19241 Luxor Gold

📋 copy color: '#A19241'

red 161 ◦ green 146 ◦ blue 65

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

Shades of Luxor Gold #A19241

Tints of Luxor Gold #A19241

RGB

 RED value IS 161 (63.28% from 255) = 43.28%

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

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

R = 43.28%
G = 39.25%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19241 (or 0xA19241) is known color: Luxor Gold. HEX triplet: A1, 92 and 41. RGB value is (161,146,65). Sum of RGB (Red+Green+Blue) = 161+146+65=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A19241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19241 is #5E6DBE. Grayscale: #8D8D8D. Windows color (decimal): -6188479 or 4297377. OLE color: 4297377.

HSL color Cylindrical-coordinate representation of color #A19241: hue angle of 50.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19241 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 65 -
CMYK 0 0.09 0.60 0.37
HSL 50.63º 0.42% 0.44% -
HSV(B) 50.63º 0.6% 0.63% -
XYZ 25.93 28.52 9.14 -
YUV 141.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 161 146 65 0 0.09 0.60 0.37 50.63 0.42 0.44
Hex A1 92 41 0 9 3C 25 33 2A 2C
Octal 241 222 101 0 11 74 45 63 52 54
Binary 10100001 10010010 1000001 0 1001 111100 100101 110011 101010 101100

Color Harmonies of #A19241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19241

Black with #A19241

Text Example


Text Example

White with #A19241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19241; }

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

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

background-color css

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

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

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

border-color css

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

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

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