Html Css Color HEX #A49540 Luxor Gold

📋 copy color: '#A49540'

red 164 ◦ green 149 ◦ blue 64

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

Shades of Luxor Gold #A49540

Tints of Luxor Gold #A49540

RGB

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

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

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

R = 43.5%
G = 39.52%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49540 (or 0xA49540) is known color: Luxor Gold. HEX triplet: A4, 95 and 40. RGB value is (164,149,64). Sum of RGB (Red+Green+Blue) = 164+149+64=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A49540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49540 is #5B6ABF. Grayscale: #909090. Windows color (decimal): -5991104 or 4232612. OLE color: 4232612.

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

Color convert

RGB 164 149 64 -
CMYK 0 0.09 0.61 0.36
HSL 51º 0.44% 0.45% -
HSV(B) 51º 0.61% 0.64% -
XYZ 26.98 29.76 9.17 -
YUV 143.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 164 149 64 0 0.09 0.61 0.36 51 0.44 0.45
Hex A4 95 40 0 9 3D 24 33 2C 2D
Octal 244 225 100 0 11 75 44 63 54 55
Binary 10100100 10010101 1000000 0 1001 111101 100100 110011 101100 101101

Color Harmonies of #A49540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49540

Black with #A49540

Text Example


Text Example

White with #A49540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49540; }

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

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

background-color css

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

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

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

border-color css

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

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

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