Html Css Color HEX #A19343 Luxor Gold

📋 copy color: '#A19343'

red 161 ◦ green 147 ◦ blue 67

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

Shades of Luxor Gold #A19343

Tints of Luxor Gold #A19343

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 42.93%
G = 39.2%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A19343 (or 0xA19343) is known color: Luxor Gold. HEX triplet: A1, 93 and 43. RGB value is (161,147,67). Sum of RGB (Red+Green+Blue) = 161+147+67=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A19343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19343 is #5E6CBC. Grayscale: #8E8E8E. Windows color (decimal): -6188221 or 4428705. OLE color: 4428705.

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

Color convert

RGB 161 147 67 -
CMYK 0 0.09 0.58 0.37
HSL 51.06º 0.41% 0.45% -
HSV(B) 51.06º 0.58% 0.63% -
XYZ 26.14 28.85 9.5 -
YUV 142.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 161 147 67 0 0.09 0.58 0.37 51.06 0.41 0.45
Hex A1 93 43 0 9 3A 25 33 29 2D
Octal 241 223 103 0 11 72 45 63 51 55
Binary 10100001 10010011 1000011 0 1001 111010 100101 110011 101001 101101

Color Harmonies of #A19343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19343

Black with #A19343

Text Example


Text Example

White with #A19343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19343; }

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

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

background-color css

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

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

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

border-color css

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

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

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