Html Css Color HEX #A48544 Luxor Gold

📋 copy color: '#A48544'

red 164 ◦ green 133 ◦ blue 68

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

Shades of Luxor Gold #A48544

Tints of Luxor Gold #A48544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 44.93%
G = 36.44%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A48544 (or 0xA48544) is known color: Luxor Gold. HEX triplet: A4, 85 and 44. RGB value is (164,133,68). Sum of RGB (Red+Green+Blue) = 164+133+68=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48544 is #5B7ABB. Grayscale: #878787. Windows color (decimal): -5995196 or 4490660. OLE color: 4490660.

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

Color convert

RGB 164 133 68 -
CMYK 0 0.19 0.59 0.36
HSL 40.63º 0.41% 0.45% -
HSV(B) 40.63º 0.59% 0.64% -
XYZ 24.74 25.08 9.01 -
YUV 134.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 164 133 68 0 0.19 0.59 0.36 40.63 0.41 0.45
Hex A4 85 44 0 13 3B 24 29 29 2D
Octal 244 205 104 0 23 73 44 51 51 55
Binary 10100100 10000101 1000100 0 10011 111011 100100 101001 101001 101101

Color Harmonies of #A48544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48544

Black with #A48544

Text Example


Text Example

White with #A48544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48544; }

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

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

background-color css

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

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

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

border-color css

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

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

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