Html Css Color HEX #A49044 Luxor Gold

📋 copy color: '#A49044'

red 164 ◦ green 144 ◦ blue 68

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

Shades of Luxor Gold #A49044

Tints of Luxor Gold #A49044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 43.62%
G = 38.3%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A49044 (or 0xA49044) is known color: Luxor Gold. HEX triplet: A4, 90 and 44. RGB value is (164,144,68). Sum of RGB (Red+Green+Blue) = 164+144+68=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A49044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49044 is #5B6FBB. Grayscale: #8D8D8D. Windows color (decimal): -5992380 or 4493476. OLE color: 4493476.

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

Color convert

RGB 164 144 68 -
CMYK 0 0.12 0.59 0.36
HSL 47.5º 0.41% 0.45% -
HSV(B) 47.5º 0.59% 0.64% -
XYZ 26.33 28.26 9.54 -
YUV 141.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 164 144 68 0 0.12 0.59 0.36 47.5 0.41 0.45
Hex A4 90 44 0 C 3B 24 30 29 2D
Octal 244 220 104 0 14 73 44 60 51 55
Binary 10100100 10010000 1000100 0 1100 111011 100100 110000 101001 101101

Color Harmonies of #A49044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49044

Black with #A49044

Text Example


Text Example

White with #A49044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49044; }

 p { color: rgb(164,144,68); }

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

background-color css

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

 a { background-color: rgb(164,144,68); }

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

border-color css

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

 span { border-color: rgb(164,144,68); }

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