Html Css Color HEX #A19040 Luxor Gold

📋 copy color: '#A19040'

red 161 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A19040

Tints of Luxor Gold #A19040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 43.63%
G = 39.02%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19040 (or 0xA19040) is known color: Luxor Gold. HEX triplet: A1, 90 and 40. RGB value is (161,144,64). Sum of RGB (Red+Green+Blue) = 161+144+64=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A19040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19040 is #5E6FBF. Grayscale: #8C8C8C. Windows color (decimal): -6188992 or 4231329. OLE color: 4231329.

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

Color convert

RGB 161 144 64 -
CMYK 0 0.11 0.60 0.37
HSL 49.48º 0.43% 0.44% -
HSV(B) 49.48º 0.6% 0.63% -
XYZ 25.6 27.89 8.89 -
YUV 139.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 161 144 64 0 0.11 0.60 0.37 49.48 0.43 0.44
Hex A1 90 40 0 B 3C 25 31 2B 2C
Octal 241 220 100 0 13 74 45 61 53 54
Binary 10100001 10010000 1000000 0 1011 111100 100101 110001 101011 101100

Color Harmonies of #A19040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19040

Black with #A19040

Text Example


Text Example

White with #A19040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19040; }

 p { color: rgb(161,144,64); }

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

background-color css

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

 a { background-color: rgb(161,144,64); }

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

border-color css

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

 span { border-color: rgb(161,144,64); }

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