Html Css Color HEX #A18540 Luxor Gold

📋 copy color: '#A18540'

red 161 ◦ green 133 ◦ blue 64

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

Shades of Luxor Gold #A18540

Tints of Luxor Gold #A18540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 44.97%
G = 37.15%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18540 (or 0xA18540) is known color: Luxor Gold. HEX triplet: A1, 85 and 40. RGB value is (161,133,64). Sum of RGB (Red+Green+Blue) = 161+133+64=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18540 is #5E7ABF. Grayscale: #858585. Windows color (decimal): -6191808 or 4228513. OLE color: 4228513.

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

Color convert

RGB 161 133 64 -
CMYK 0 0.17 0.60 0.37
HSL 42.68º 0.43% 0.44% -
HSV(B) 42.68º 0.6% 0.63% -
XYZ 24.01 24.72 8.36 -
YUV 133.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 161 133 64 0 0.17 0.60 0.37 42.68 0.43 0.44
Hex A1 85 40 0 11 3C 25 2B 2B 2C
Octal 241 205 100 0 21 74 45 53 53 54
Binary 10100001 10000101 1000000 0 10001 111100 100101 101011 101011 101100

Color Harmonies of #A18540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18540

Black with #A18540

Text Example


Text Example

White with #A18540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18540; }

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

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

background-color css

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

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

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

border-color css

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

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

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