Html Css Color HEX #A19341 Luxor Gold

📋 copy color: '#A19341'

red 161 ◦ green 147 ◦ blue 65

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

Shades of Luxor Gold #A19341

Tints of Luxor Gold #A19341

RGB

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

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

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

R = 43.16%
G = 39.41%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19341 (or 0xA19341) is known color: Luxor Gold. HEX triplet: A1, 93 and 41. RGB value is (161,147,65). Sum of RGB (Red+Green+Blue) = 161+147+65=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A19341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19341 is #5E6CBE. Grayscale: #8E8E8E. Windows color (decimal): -6188223 or 4297633. OLE color: 4297633.

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

Color convert

RGB 161 147 65 -
CMYK 0 0.09 0.60 0.37
HSL 51.25º 0.42% 0.44% -
HSV(B) 51.25º 0.6% 0.63% -
XYZ 26.09 28.83 9.19 -
YUV 141.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 161 147 65 0 0.09 0.60 0.37 51.25 0.42 0.44
Hex A1 93 41 0 9 3C 25 33 2A 2C
Octal 241 223 101 0 11 74 45 63 52 54
Binary 10100001 10010011 1000001 0 1001 111100 100101 110011 101010 101100

Color Harmonies of #A19341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19341

Black with #A19341

Text Example


Text Example

White with #A19341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19341; }

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

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

background-color css

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

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

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

border-color css

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

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

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