Html Css Color HEX #A39047 Luxor Gold

📋 copy color: '#A39047'

red 163 ◦ green 144 ◦ blue 71

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

Shades of Luxor Gold #A39047

Tints of Luxor Gold #A39047

RGB

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

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

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

R = 43.12%
G = 38.1%
B = 18.78%

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

#A39047 (or 0xA39047) is known color: Luxor Gold. HEX triplet: A3, 90 and 47. RGB value is (163,144,71). Sum of RGB (Red+Green+Blue) = 163+144+71=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39047 is #5C6FB8. Grayscale: #8D8D8D. Windows color (decimal): -6057913 or 4690083. OLE color: 4690083.

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

Color convert

RGB 163 144 71 -
CMYK 0 0.12 0.56 0.36
HSL 47.61º 0.39% 0.46% -
HSV(B) 47.61º 0.56% 0.64% -
XYZ 26.21 28.19 10.02 -
YUV 141.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 163 144 71 0 0.12 0.56 0.36 47.61 0.39 0.46
Hex A3 90 47 0 C 38 24 30 27 2E
Octal 243 220 107 0 14 70 44 60 47 56
Binary 10100011 10010000 1000111 0 1100 111000 100100 110000 100111 101110

Color Harmonies of #A39047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39047

Black with #A39047

Text Example


Text Example

White with #A39047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39047; }

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

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

background-color css

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

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

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

border-color css

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

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

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