Html Css Color HEX #A18D3F Luxor Gold

📋 copy color: '#A18D3F'

red 161 ◦ green 141 ◦ blue 63

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

Shades of Luxor Gold #A18D3F

Tints of Luxor Gold #A18D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 44.11%
G = 38.63%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A18D3F (or 0xA18D3F) is known color: Luxor Gold. HEX triplet: A1, 8D and 3F. RGB value is (161,141,63). Sum of RGB (Red+Green+Blue) = 161+141+63=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D3F is #5E72C0. Grayscale: #8A8A8A. Windows color (decimal): -6189761 or 4165025. OLE color: 4165025.

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

Color convert

RGB 161 141 63 -
CMYK 0 0.12 0.61 0.37
HSL 47.76º 0.44% 0.44% -
HSV(B) 47.76º 0.61% 0.63% -
XYZ 25.12 26.99 8.59 -
YUV 138.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 161 141 63 0 0.12 0.61 0.37 47.76 0.44 0.44
Hex A1 8D 3F 0 C 3D 25 30 2C 2C
Octal 241 215 77 0 14 75 45 60 54 54
Binary 10100001 10001101 111111 0 1100 111101 100101 110000 101100 101100

Color Harmonies of #A18D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D3F

Black with #A18D3F

Text Example


Text Example

White with #A18D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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