Html Css Color HEX #A19544 Luxor Gold

📋 copy color: '#A19544'

red 161 ◦ green 149 ◦ blue 68

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

Shades of Luxor Gold #A19544

Tints of Luxor Gold #A19544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 42.59%
G = 39.42%
B = 17.99%

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

#A19544 (or 0xA19544) is known color: Luxor Gold. HEX triplet: A1, 95 and 44. RGB value is (161,149,68). Sum of RGB (Red+Green+Blue) = 161+149+68=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A19544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19544 is #5E6ABB. Grayscale: #8F8F8F. Windows color (decimal): -6187708 or 4494753. OLE color: 4494753.

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

Color convert

RGB 161 149 68 -
CMYK 0 0.07 0.58 0.37
HSL 52.26º 0.41% 0.45% -
HSV(B) 52.26º 0.58% 0.63% -
XYZ 26.49 29.49 9.76 -
YUV 143.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 161 149 68 0 0.07 0.58 0.37 52.26 0.41 0.45
Hex A1 95 44 0 7 3A 25 34 29 2D
Octal 241 225 104 0 7 72 45 64 51 55
Binary 10100001 10010101 1000100 0 111 111010 100101 110100 101001 101101

Color Harmonies of #A19544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19544

Black with #A19544

Text Example


Text Example

White with #A19544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19544; }

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

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

background-color css

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

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

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

border-color css

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

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

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