Html Css Color HEX #A18D47 Luxor Gold

📋 copy color: '#A18D47'

red 161 ◦ green 141 ◦ blue 71

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

Shades of Luxor Gold #A18D47

Tints of Luxor Gold #A18D47

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 43.16%
G = 37.8%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A18D47 (or 0xA18D47) is known color: Luxor Gold. HEX triplet: A1, 8D and 47. RGB value is (161,141,71). Sum of RGB (Red+Green+Blue) = 161+141+71=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D47 is #5E72B8. Grayscale: #8B8B8B. Windows color (decimal): -6189753 or 4689313. OLE color: 4689313.

HSL color Cylindrical-coordinate representation of color #A18D47: hue angle of 46.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A18D47 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 141 71 -
CMYK 0 0.12 0.56 0.37
HSL 46.67º 0.39% 0.45% -
HSV(B) 46.67º 0.56% 0.63% -
XYZ 25.36 27.08 9.85 -
YUV 139 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 161 141 71 0 0.12 0.56 0.37 46.67 0.39 0.45
Hex A1 8D 47 0 C 38 25 2F 27 2D
Octal 241 215 107 0 14 70 45 57 47 55
Binary 10100001 10001101 1000111 0 1100 111000 100101 101111 100111 101101

Color Harmonies of #A18D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D47

Black with #A18D47

Text Example


Text Example

White with #A18D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D47; }

 p { color: rgb(161,141,71); }

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

background-color css

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

 a { background-color: rgb(161,141,71); }

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

border-color css

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

 span { border-color: rgb(161,141,71); }

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