Html Css Color HEX #A48F49 Luxor Gold

📋 copy color: '#A48F49'

red 164 ◦ green 143 ◦ blue 73

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

Shades of Luxor Gold #A48F49

Tints of Luxor Gold #A48F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 43.16%
G = 37.63%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A48F49 (or 0xA48F49) is known color: Luxor Gold. HEX triplet: A4, 8F and 49. RGB value is (164,143,73). Sum of RGB (Red+Green+Blue) = 164+143+73=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F49 is #5B70B6. Grayscale: #8D8D8D. Windows color (decimal): -5992631 or 4820900. OLE color: 4820900.

HSL color Cylindrical-coordinate representation of color #A48F49: hue angle of 46.15º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A48F49 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 73 -
CMYK 0 0.13 0.55 0.36
HSL 46.15º 0.38% 0.46% -
HSV(B) 46.15º 0.55% 0.64% -
XYZ 26.33 28.02 10.32 -
YUV 141.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 164 143 73 0 0.13 0.55 0.36 46.15 0.38 0.46
Hex A4 8F 49 0 D 37 24 2E 26 2E
Octal 244 217 111 0 15 67 44 56 46 56
Binary 10100100 10001111 1001001 0 1101 110111 100100 101110 100110 101110

Color Harmonies of #A48F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F49

Black with #A48F49

Text Example


Text Example

White with #A48F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F49; }

 p { color: rgb(164,143,73); }

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

background-color css

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

 a { background-color: rgb(164,143,73); }

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

border-color css

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

 span { border-color: rgb(164,143,73); }

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