Html Css Color HEX #A49140 Luxor Gold

📋 copy color: '#A49140'

red 164 ◦ green 145 ◦ blue 64

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

Shades of Luxor Gold #A49140

Tints of Luxor Gold #A49140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 43.97%
G = 38.87%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49140 (or 0xA49140) is known color: Luxor Gold. HEX triplet: A4, 91 and 40. RGB value is (164,145,64). Sum of RGB (Red+Green+Blue) = 164+145+64=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A49140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49140 is #5B6EBF. Grayscale: #8D8D8D. Windows color (decimal): -5992128 or 4231588. OLE color: 4231588.

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

Color convert

RGB 164 145 64 -
CMYK 0 0.12 0.61 0.36
HSL 48.6º 0.44% 0.45% -
HSV(B) 48.6º 0.61% 0.64% -
XYZ 26.36 28.51 8.96 -
YUV 141.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 164 145 64 0 0.12 0.61 0.36 48.6 0.44 0.45
Hex A4 91 40 0 C 3D 24 31 2C 2D
Octal 244 221 100 0 14 75 44 61 54 55
Binary 10100100 10010001 1000000 0 1100 111101 100100 110001 101100 101101

Color Harmonies of #A49140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49140

Black with #A49140

Text Example


Text Example

White with #A49140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49140; }

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

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

background-color css

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

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

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

border-color css

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

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

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