Html Css Color HEX #A19543 Luxor Gold

📋 copy color: '#A19543'

red 161 ◦ green 149 ◦ blue 67

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

Shades of Luxor Gold #A19543

Tints of Luxor Gold #A19543

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

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

R = 42.71%
G = 39.52%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A19543 (or 0xA19543) is known color: Luxor Gold. HEX triplet: A1, 95 and 43. RGB value is (161,149,67). Sum of RGB (Red+Green+Blue) = 161+149+67=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A19543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19543 is #5E6ABC. Grayscale: #8F8F8F. Windows color (decimal): -6187709 or 4429217. OLE color: 4429217.

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

Color convert

RGB 161 149 67 -
CMYK 0 0.07 0.58 0.37
HSL 52.34º 0.41% 0.45% -
HSV(B) 52.34º 0.58% 0.63% -
XYZ 26.46 29.48 9.61 -
YUV 143.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 161 149 67 0 0.07 0.58 0.37 52.34 0.41 0.45
Hex A1 95 43 0 7 3A 25 34 29 2D
Octal 241 225 103 0 7 72 45 64 51 55
Binary 10100001 10010101 1000011 0 111 111010 100101 110100 101001 101101

Color Harmonies of #A19543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19543

Black with #A19543

Text Example


Text Example

White with #A19543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19543; }

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

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

background-color css

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

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

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

border-color css

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

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

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