Html Css Color HEX #A19144 Luxor Gold

📋 copy color: '#A19144'

red 161 ◦ green 145 ◦ blue 68

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

Shades of Luxor Gold #A19144

Tints of Luxor Gold #A19144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 43.05%
G = 38.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A19144 (or 0xA19144) is known color: Luxor Gold. HEX triplet: A1, 91 and 44. RGB value is (161,145,68). Sum of RGB (Red+Green+Blue) = 161+145+68=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A19144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19144 is #5E6EBB. Grayscale: #8D8D8D. Windows color (decimal): -6188732 or 4493729. OLE color: 4493729.

HSL color Cylindrical-coordinate representation of color #A19144: hue angle of 49.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A19144 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 68 -
CMYK 0 0.10 0.58 0.37
HSL 49.68º 0.41% 0.45% -
HSV(B) 49.68º 0.58% 0.63% -
XYZ 25.87 28.25 9.56 -
YUV 141.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 161 145 68 0 0.10 0.58 0.37 49.68 0.41 0.45
Hex A1 91 44 0 A 3A 25 32 29 2D
Octal 241 221 104 0 12 72 45 62 51 55
Binary 10100001 10010001 1000100 0 1010 111010 100101 110010 101001 101101

Color Harmonies of #A19144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19144

Black with #A19144

Text Example


Text Example

White with #A19144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19144; }

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

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

background-color css

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

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

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

border-color css

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

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

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