Html Css Color HEX #A49146 Luxor Gold

📋 copy color: '#A49146'

red 164 ◦ green 145 ◦ blue 70

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

Shades of Luxor Gold #A49146

Tints of Luxor Gold #A49146

RGB

 RED value IS 164 (64.45% from 255) = 43.27%

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

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 43.27%
G = 38.26%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A49146 (or 0xA49146) is known color: Luxor Gold. HEX triplet: A4, 91 and 46. RGB value is (164,145,70). Sum of RGB (Red+Green+Blue) = 164+145+70=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A49146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49146 is #5B6EB9. Grayscale: #8E8E8E. Windows color (decimal): -5992122 or 4624804. OLE color: 4624804.

HSL color Cylindrical-coordinate representation of color #A49146: hue angle of 47.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49146 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 70 -
CMYK 0 0.12 0.57 0.36
HSL 47.87º 0.4% 0.46% -
HSV(B) 47.87º 0.57% 0.64% -
XYZ 26.54 28.59 9.91 -
YUV 142.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 164 145 70 0 0.12 0.57 0.36 47.87 0.4 0.46
Hex A4 91 46 0 C 39 24 30 28 2E
Octal 244 221 106 0 14 71 44 60 50 56
Binary 10100100 10010001 1000110 0 1100 111001 100100 110000 101000 101110

Color Harmonies of #A49146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49146

Black with #A49146

Text Example


Text Example

White with #A49146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49146; }

 p { color: rgb(164,145,70); }

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

background-color css

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

 a { background-color: rgb(164,145,70); }

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

border-color css

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

 span { border-color: rgb(164,145,70); }

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