Html Css Color HEX #A19141 Luxor Gold

📋 copy color: '#A19141'

red 161 ◦ green 145 ◦ blue 65

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

Shades of Luxor Gold #A19141

Tints of Luxor Gold #A19141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 43.4%
G = 39.08%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19141 (or 0xA19141) is known color: Luxor Gold. HEX triplet: A1, 91 and 41. RGB value is (161,145,65). Sum of RGB (Red+Green+Blue) = 161+145+65=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A19141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19141 is #5E6EBE. Grayscale: #8D8D8D. Windows color (decimal): -6188735 or 4297121. OLE color: 4297121.

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

Color convert

RGB 161 145 65 -
CMYK 0 0.10 0.60 0.37
HSL 50º 0.42% 0.44% -
HSV(B) 50º 0.6% 0.63% -
XYZ 25.78 28.21 9.09 -
YUV 140.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 161 145 65 0 0.10 0.60 0.37 50 0.42 0.44
Hex A1 91 41 0 A 3C 25 32 2A 2C
Octal 241 221 101 0 12 74 45 62 52 54
Binary 10100001 10010001 1000001 0 1010 111100 100101 110010 101010 101100

Color Harmonies of #A19141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19141

Black with #A19141

Text Example


Text Example

White with #A19141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19141; }

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

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

background-color css

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

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

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

border-color css

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

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

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