Html Css Color HEX #A1914A Luxor Gold

📋 copy color: '#A1914A'

red 161 ◦ green 145 ◦ blue 74

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

Shades of Luxor Gold #A1914A

Tints of Luxor Gold #A1914A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 42.37%
G = 38.16%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1914A (or 0xA1914A) is known color: Luxor Gold. HEX triplet: A1, 91 and 4A. RGB value is (161,145,74). Sum of RGB (Red+Green+Blue) = 161+145+74=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1914A is #5E6EB5. Grayscale: #8D8D8D. Windows color (decimal): -6188726 or 4886945. OLE color: 4886945.

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

Color convert

RGB 161 145 74 -
CMYK 0 0.10 0.54 0.37
HSL 48.97º 0.37% 0.46% -
HSV(B) 48.97º 0.54% 0.63% -
XYZ 26.06 28.32 10.57 -
YUV 141.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 161 145 74 0 0.10 0.54 0.37 48.97 0.37 0.46
Hex A1 91 4A 0 A 36 25 31 25 2E
Octal 241 221 112 0 12 66 45 61 45 56
Binary 10100001 10010001 1001010 0 1010 110110 100101 110001 100101 101110

Color Harmonies of #A1914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1914A

Black with #A1914A

Text Example


Text Example

White with #A1914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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