Html Css Color HEX #A18C40 Luxor Gold

📋 copy color: '#A18C40'

red 161 ◦ green 140 ◦ blue 64

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

Shades of Luxor Gold #A18C40

Tints of Luxor Gold #A18C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

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

R = 44.11%
G = 38.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18C40 (or 0xA18C40) is known color: Luxor Gold. HEX triplet: A1, 8C and 40. RGB value is (161,140,64). Sum of RGB (Red+Green+Blue) = 161+140+64=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C40 is #5E73BF. Grayscale: #898989. Windows color (decimal): -6190016 or 4230305. OLE color: 4230305.

HSL color Cylindrical-coordinate representation of color #A18C40: hue angle of 47.01º 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 #A18C40 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 64 -
CMYK 0 0.13 0.60 0.37
HSL 47.01º 0.43% 0.44% -
HSV(B) 47.01º 0.6% 0.63% -
XYZ 25 26.7 8.69 -
YUV 137.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 161 140 64 0 0.13 0.60 0.37 47.01 0.43 0.44
Hex A1 8C 40 0 D 3C 25 2F 2B 2C
Octal 241 214 100 0 15 74 45 57 53 54
Binary 10100001 10001100 1000000 0 1101 111100 100101 101111 101011 101100

Color Harmonies of #A18C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C40

Black with #A18C40

Text Example


Text Example

White with #A18C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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