Html Css Color HEX #A39247 Luxor Gold

📋 copy color: '#A39247'

red 163 ◦ green 146 ◦ blue 71

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

Shades of Luxor Gold #A39247

Tints of Luxor Gold #A39247

RGB

 RED value IS 163 (64.06% from 255) = 42.89%

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 42.89%
G = 38.42%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A39247 (or 0xA39247) is known color: Luxor Gold. HEX triplet: A3, 92 and 47. RGB value is (163,146,71). Sum of RGB (Red+Green+Blue) = 163+146+71=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39247 is #5C6DB8. Grayscale: #8E8E8E. Windows color (decimal): -6057401 or 4690595. OLE color: 4690595.

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

Color convert

RGB 163 146 71 -
CMYK 0 0.10 0.56 0.36
HSL 48.91º 0.39% 0.46% -
HSV(B) 48.91º 0.56% 0.64% -
XYZ 26.52 28.8 10.12 -
YUV 142.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 163 146 71 0 0.10 0.56 0.36 48.91 0.39 0.46
Hex A3 92 47 0 A 38 24 31 27 2E
Octal 243 222 107 0 12 70 44 61 47 56
Binary 10100011 10010010 1000111 0 1010 111000 100100 110001 100111 101110

Color Harmonies of #A39247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39247

Black with #A39247

Text Example


Text Example

White with #A39247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39247; }

 p { color: rgb(163,146,71); }

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

background-color css

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

 a { background-color: rgb(163,146,71); }

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

border-color css

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

 span { border-color: rgb(163,146,71); }

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