Html Css Color HEX #A48747 Luxor Gold

📋 copy color: '#A48747'

red 164 ◦ green 135 ◦ blue 71

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

Shades of Luxor Gold #A48747

Tints of Luxor Gold #A48747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 44.32%
G = 36.49%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A48747 (or 0xA48747) is known color: Luxor Gold. HEX triplet: A4, 87 and 47. RGB value is (164,135,71). Sum of RGB (Red+Green+Blue) = 164+135+71=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A48747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48747 is #5B78B8. Grayscale: #888888. Windows color (decimal): -5994681 or 4687780. OLE color: 4687780.

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

Color convert

RGB 164 135 71 -
CMYK 0 0.18 0.57 0.36
HSL 41.29º 0.4% 0.46% -
HSV(B) 41.29º 0.57% 0.64% -
XYZ 25.11 25.68 9.59 -
YUV 136.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 164 135 71 0 0.18 0.57 0.36 41.29 0.4 0.46
Hex A4 87 47 0 12 39 24 29 28 2E
Octal 244 207 107 0 22 71 44 51 50 56
Binary 10100100 10000111 1000111 0 10010 111001 100100 101001 101000 101110

Color Harmonies of #A48747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48747

Black with #A48747

Text Example


Text Example

White with #A48747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48747; }

 p { color: rgb(164,135,71); }

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

background-color css

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

 a { background-color: rgb(164,135,71); }

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

border-color css

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

 span { border-color: rgb(164,135,71); }

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