Html Css Color HEX #A19140 Luxor Gold

📋 copy color: '#A19140'

red 161 ◦ green 145 ◦ blue 64

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

Shades of Luxor Gold #A19140

Tints of Luxor Gold #A19140

RGB

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

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

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

R = 43.51%
G = 39.19%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19140 (or 0xA19140) is known color: Luxor Gold. HEX triplet: A1, 91 and 40. RGB value is (161,145,64). Sum of RGB (Red+Green+Blue) = 161+145+64=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A19140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19140 is #5E6EBF. Grayscale: #8C8C8C. Windows color (decimal): -6188736 or 4231585. OLE color: 4231585.

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

Color convert

RGB 161 145 64 -
CMYK 0 0.10 0.60 0.37
HSL 50.1º 0.43% 0.44% -
HSV(B) 50.1º 0.6% 0.63% -
XYZ 25.75 28.2 8.94 -
YUV 140.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 161 145 64 0 0.10 0.60 0.37 50.1 0.43 0.44
Hex A1 91 40 0 A 3C 25 32 2B 2C
Octal 241 221 100 0 12 74 45 62 53 54
Binary 10100001 10010001 1000000 0 1010 111100 100101 110010 101011 101100

Color Harmonies of #A19140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19140

Black with #A19140

Text Example


Text Example

White with #A19140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19140; }

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

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

background-color css

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

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

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

border-color css

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

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

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