Html Css Color HEX #A49240 Luxor Gold

📋 copy color: '#A49240'

red 164 ◦ green 146 ◦ blue 64

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

Shades of Luxor Gold #A49240

Tints of Luxor Gold #A49240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 43.85%
G = 39.04%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49240 (or 0xA49240) is known color: Luxor Gold. HEX triplet: A4, 92 and 40. RGB value is (164,146,64). Sum of RGB (Red+Green+Blue) = 164+146+64=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A49240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49240 is #5B6DBF. Grayscale: #8E8E8E. Windows color (decimal): -5991872 or 4231844. OLE color: 4231844.

HSL color Cylindrical-coordinate representation of color #A49240: hue angle of 49.2º 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 #A49240 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 64 -
CMYK 0 0.11 0.61 0.36
HSL 49.2º 0.44% 0.45% -
HSV(B) 49.2º 0.61% 0.64% -
XYZ 26.51 28.82 9.02 -
YUV 142.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 164 146 64 0 0.11 0.61 0.36 49.2 0.44 0.45
Hex A4 92 40 0 B 3D 24 31 2C 2D
Octal 244 222 100 0 13 75 44 61 54 55
Binary 10100100 10010010 1000000 0 1011 111101 100100 110001 101100 101101

Color Harmonies of #A49240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49240

Black with #A49240

Text Example


Text Example

White with #A49240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49240; }

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

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

background-color css

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

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

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

border-color css

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

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

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