Html Css Color HEX #A18344 Luxor Gold

📋 copy color: '#A18344'

red 161 ◦ green 131 ◦ blue 68

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

Shades of Luxor Gold #A18344

Tints of Luxor Gold #A18344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 44.72%
G = 36.39%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A18344 (or 0xA18344) is known color: Luxor Gold. HEX triplet: A1, 83 and 44. RGB value is (161,131,68). Sum of RGB (Red+Green+Blue) = 161+131+68=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A18344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18344 is #5E7CBB. Grayscale: #858585. Windows color (decimal): -6192316 or 4490145. OLE color: 4490145.

HSL color Cylindrical-coordinate representation of color #A18344: hue angle of 40.65º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A18344 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 68 -
CMYK 0 0.19 0.58 0.37
HSL 40.65º 0.41% 0.45% -
HSV(B) 40.65º 0.58% 0.63% -
XYZ 23.86 24.23 8.89 -
YUV 132.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 161 131 68 0 0.19 0.58 0.37 40.65 0.41 0.45
Hex A1 83 44 0 13 3A 25 29 29 2D
Octal 241 203 104 0 23 72 45 51 51 55
Binary 10100001 10000011 1000100 0 10011 111010 100101 101001 101001 101101

Color Harmonies of #A18344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18344

Black with #A18344

Text Example


Text Example

White with #A18344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18344; }

 p { color: rgb(161,131,68); }

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

background-color css

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

 a { background-color: rgb(161,131,68); }

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

border-color css

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

 span { border-color: rgb(161,131,68); }

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