Html Css Color HEX #A49043 Luxor Gold

📋 copy color: '#A49043'

red 164 ◦ green 144 ◦ blue 67

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

Shades of Luxor Gold #A49043

Tints of Luxor Gold #A49043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.87%

R = 43.73%
G = 38.4%
B = 17.87%

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

#A49043 (or 0xA49043) is known color: Luxor Gold. HEX triplet: A4, 90 and 43. RGB value is (164,144,67). Sum of RGB (Red+Green+Blue) = 164+144+67=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49043 is #5B6FBC. Grayscale: #8D8D8D. Windows color (decimal): -5992381 or 4427940. OLE color: 4427940.

HSL color Cylindrical-coordinate representation of color #A49043: hue angle of 47.63º degrees, saturation: 0.42, 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 #A49043 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 67 -
CMYK 0 0.12 0.59 0.36
HSL 47.63º 0.42% 0.45% -
HSV(B) 47.63º 0.59% 0.64% -
XYZ 26.3 28.24 9.38 -
YUV 141.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 164 144 67 0 0.12 0.59 0.36 47.63 0.42 0.45
Hex A4 90 43 0 C 3B 24 30 2A 2D
Octal 244 220 103 0 14 73 44 60 52 55
Binary 10100100 10010000 1000011 0 1100 111011 100100 110000 101010 101101

Color Harmonies of #A49043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49043

Black with #A49043

Text Example


Text Example

White with #A49043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49043; }

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

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

background-color css

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

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

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

border-color css

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

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

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