Html Css Color HEX #A18D40 Luxor Gold

📋 copy color: '#A18D40'

red 161 ◦ green 141 ◦ blue 64

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

Shades of Luxor Gold #A18D40

Tints of Luxor Gold #A18D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 43.99%
G = 38.52%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18D40 (or 0xA18D40) is known color: Luxor Gold. HEX triplet: A1, 8D and 40. RGB value is (161,141,64). Sum of RGB (Red+Green+Blue) = 161+141+64=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D40 is #5E72BF. Grayscale: #8A8A8A. Windows color (decimal): -6189760 or 4230561. OLE color: 4230561.

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

Color convert

RGB 161 141 64 -
CMYK 0 0.12 0.60 0.37
HSL 47.63º 0.43% 0.44% -
HSV(B) 47.63º 0.6% 0.63% -
XYZ 25.15 27 8.74 -
YUV 138.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 161 141 64 0 0.12 0.60 0.37 47.63 0.43 0.44
Hex A1 8D 40 0 C 3C 25 30 2B 2C
Octal 241 215 100 0 14 74 45 60 53 54
Binary 10100001 10001101 1000000 0 1100 111100 100101 110000 101011 101100

Color Harmonies of #A18D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D40

Black with #A18D40

Text Example


Text Example

White with #A18D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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