Html Css Color HEX #A48746 Luxor Gold

📋 copy color: '#A48746'

red 164 ◦ green 135 ◦ blue 70

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

Shades of Luxor Gold #A48746

Tints of Luxor Gold #A48746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 44.44%
G = 36.59%
B = 18.97%

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

#A48746 (or 0xA48746) is known color: Luxor Gold. HEX triplet: A4, 87 and 46. RGB value is (164,135,70). Sum of RGB (Red+Green+Blue) = 164+135+70=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A48746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48746 is #5B78B9. Grayscale: #888888. Windows color (decimal): -5994682 or 4622244. OLE color: 4622244.

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

Color convert

RGB 164 135 70 -
CMYK 0 0.18 0.57 0.36
HSL 41.49º 0.4% 0.46% -
HSV(B) 41.49º 0.57% 0.64% -
XYZ 25.08 25.66 9.43 -
YUV 136.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 164 135 70 0 0.18 0.57 0.36 41.49 0.4 0.46
Hex A4 87 46 0 12 39 24 29 28 2E
Octal 244 207 106 0 22 71 44 51 50 56
Binary 10100100 10000111 1000110 0 10010 111001 100100 101001 101000 101110

Color Harmonies of #A48746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48746

Black with #A48746

Text Example


Text Example

White with #A48746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48746; }

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

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

background-color css

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

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

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

border-color css

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

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

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