Html Css Color HEX #A18440 Luxor Gold

📋 copy color: '#A18440'

red 161 ◦ green 132 ◦ blue 64

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

Shades of Luxor Gold #A18440

Tints of Luxor Gold #A18440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 45.1%
G = 36.97%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18440 (or 0xA18440) is known color: Luxor Gold. HEX triplet: A1, 84 and 40. RGB value is (161,132,64). Sum of RGB (Red+Green+Blue) = 161+132+64=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A18440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18440 is #5E7BBF. Grayscale: #858585. Windows color (decimal): -6192064 or 4228257. OLE color: 4228257.

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

Color convert

RGB 161 132 64 -
CMYK 0 0.18 0.60 0.37
HSL 42.06º 0.43% 0.44% -
HSV(B) 42.06º 0.6% 0.63% -
XYZ 23.87 24.45 8.31 -
YUV 132.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 161 132 64 0 0.18 0.60 0.37 42.06 0.43 0.44
Hex A1 84 40 0 12 3C 25 2A 2B 2C
Octal 241 204 100 0 22 74 45 52 53 54
Binary 10100001 10000100 1000000 0 10010 111100 100101 101010 101011 101100

Color Harmonies of #A18440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18440

Black with #A18440

Text Example


Text Example

White with #A18440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18440; }

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

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

background-color css

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

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

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

border-color css

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

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

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