Html Css Color HEX #A18241 Luxor Gold

📋 copy color: '#A18241'

red 161 ◦ green 130 ◦ blue 65

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

Shades of Luxor Gold #A18241

Tints of Luxor Gold #A18241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 45.22%
G = 36.52%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18241 (or 0xA18241) is known color: Luxor Gold. HEX triplet: A1, 82 and 41. RGB value is (161,130,65). Sum of RGB (Red+Green+Blue) = 161+130+65=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A18241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18241 is #5E7DBE. Grayscale: #848484. Windows color (decimal): -6192575 or 4293281. OLE color: 4293281.

HSL color Cylindrical-coordinate representation of color #A18241: hue angle of 40.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 #A18241 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 65 -
CMYK 0 0.19 0.60 0.37
HSL 40.63º 0.42% 0.44% -
HSV(B) 40.63º 0.6% 0.63% -
XYZ 23.63 23.92 8.37 -
YUV 131.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 161 130 65 0 0.19 0.60 0.37 40.63 0.42 0.44
Hex A1 82 41 0 13 3C 25 29 2A 2C
Octal 241 202 101 0 23 74 45 51 52 54
Binary 10100001 10000010 1000001 0 10011 111100 100101 101001 101010 101100

Color Harmonies of #A18241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18241

Black with #A18241

Text Example


Text Example

White with #A18241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18241; }

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

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

background-color css

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

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

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

border-color css

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

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

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