Html Css Color HEX #A19145 Luxor Gold

📋 copy color: '#A19145'

red 161 ◦ green 145 ◦ blue 69

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

Shades of Luxor Gold #A19145

Tints of Luxor Gold #A19145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 42.93%
G = 38.67%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A19145 (or 0xA19145) is known color: Luxor Gold. HEX triplet: A1, 91 and 45. RGB value is (161,145,69). Sum of RGB (Red+Green+Blue) = 161+145+69=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A19145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19145 is #5E6EBA. Grayscale: #8D8D8D. Windows color (decimal): -6188731 or 4559265. OLE color: 4559265.

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

Color convert

RGB 161 145 69 -
CMYK 0 0.10 0.57 0.37
HSL 49.57º 0.4% 0.45% -
HSV(B) 49.57º 0.57% 0.63% -
XYZ 25.9 28.26 9.72 -
YUV 141.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 161 145 69 0 0.10 0.57 0.37 49.57 0.4 0.45
Hex A1 91 45 0 A 39 25 32 28 2D
Octal 241 221 105 0 12 71 45 62 50 55
Binary 10100001 10010001 1000101 0 1010 111001 100101 110010 101000 101101

Color Harmonies of #A19145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19145

Black with #A19145

Text Example


Text Example

White with #A19145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19145; }

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

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

background-color css

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

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

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

border-color css

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

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

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