Html Css Color HEX #A48B49 Luxor Gold

📋 copy color: '#A48B49'

red 164 ◦ green 139 ◦ blue 73

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

Shades of Luxor Gold #A48B49

Tints of Luxor Gold #A48B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 43.62%
G = 36.97%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A48B49 (or 0xA48B49) is known color: Luxor Gold. HEX triplet: A4, 8B and 49. RGB value is (164,139,73). Sum of RGB (Red+Green+Blue) = 164+139+73=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B49 is #5B74B6. Grayscale: #8B8B8B. Windows color (decimal): -5993655 or 4819876. OLE color: 4819876.

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

Color convert

RGB 164 139 73 -
CMYK 0 0.15 0.55 0.36
HSL 43.52º 0.38% 0.46% -
HSV(B) 43.52º 0.55% 0.64% -
XYZ 25.75 26.84 10.13 -
YUV 138.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 164 139 73 0 0.15 0.55 0.36 43.52 0.38 0.46
Hex A4 8B 49 0 F 37 24 2C 26 2E
Octal 244 213 111 0 17 67 44 54 46 56
Binary 10100100 10001011 1001001 0 1111 110111 100100 101100 100110 101110

Color Harmonies of #A48B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B49

Black with #A48B49

Text Example


Text Example

White with #A48B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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