Html Css Color HEX #A19143 Luxor Gold

📋 copy color: '#A19143'

red 161 ◦ green 145 ◦ blue 67

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

Shades of Luxor Gold #A19143

Tints of Luxor Gold #A19143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.96%

R = 43.16%
G = 38.87%
B = 17.96%

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

#A19143 (or 0xA19143) is known color: Luxor Gold. HEX triplet: A1, 91 and 43. RGB value is (161,145,67). Sum of RGB (Red+Green+Blue) = 161+145+67=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A19143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19143 is #5E6EBC. Grayscale: #8D8D8D. Windows color (decimal): -6188733 or 4428193. OLE color: 4428193.

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

Color convert

RGB 161 145 67 -
CMYK 0 0.10 0.58 0.37
HSL 49.79º 0.41% 0.45% -
HSV(B) 49.79º 0.58% 0.63% -
XYZ 25.84 28.23 9.4 -
YUV 140.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 161 145 67 0 0.10 0.58 0.37 49.79 0.41 0.45
Hex A1 91 43 0 A 3A 25 32 29 2D
Octal 241 221 103 0 12 72 45 62 51 55
Binary 10100001 10010001 1000011 0 1010 111010 100101 110010 101001 101101

Color Harmonies of #A19143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19143

Black with #A19143

Text Example


Text Example

White with #A19143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19143; }

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

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

background-color css

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

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

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

border-color css

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

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

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