Html Css Color HEX #A49048 Luxor Gold

📋 copy color: '#A49048'

red 164 ◦ green 144 ◦ blue 72

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

Shades of Luxor Gold #A49048

Tints of Luxor Gold #A49048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 43.16%
G = 37.89%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A49048 (or 0xA49048) is known color: Luxor Gold. HEX triplet: A4, 90 and 48. RGB value is (164,144,72). Sum of RGB (Red+Green+Blue) = 164+144+72=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49048 is #5B6FB7. Grayscale: #8E8E8E. Windows color (decimal): -5992376 or 4755620. OLE color: 4755620.

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

Color convert

RGB 164 144 72 -
CMYK 0 0.12 0.56 0.36
HSL 46.96º 0.39% 0.46% -
HSV(B) 46.96º 0.56% 0.64% -
XYZ 26.45 28.31 10.2 -
YUV 141.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 164 144 72 0 0.12 0.56 0.36 46.96 0.39 0.46
Hex A4 90 48 0 C 38 24 2F 27 2E
Octal 244 220 110 0 14 70 44 57 47 56
Binary 10100100 10010000 1001000 0 1100 111000 100100 101111 100111 101110

Color Harmonies of #A49048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49048

Black with #A49048

Text Example


Text Example

White with #A49048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49048; }

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

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

background-color css

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

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

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

border-color css

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

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

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