Html Css Color HEX #A18445 Luxor Gold

📋 copy color: '#A18445'

red 161 ◦ green 132 ◦ blue 69

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

Shades of Luxor Gold #A18445

Tints of Luxor Gold #A18445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 44.48%
G = 36.46%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A18445 (or 0xA18445) is known color: Luxor Gold. HEX triplet: A1, 84 and 45. RGB value is (161,132,69). Sum of RGB (Red+Green+Blue) = 161+132+69=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A18445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18445 is #5E7BBA. Grayscale: #858585. Windows color (decimal): -6192059 or 4555937. OLE color: 4555937.

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

Color convert

RGB 161 132 69 -
CMYK 0 0.18 0.57 0.37
HSL 41.09º 0.4% 0.45% -
HSV(B) 41.09º 0.57% 0.63% -
XYZ 24.02 24.51 9.09 -
YUV 133.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 161 132 69 0 0.18 0.57 0.37 41.09 0.4 0.45
Hex A1 84 45 0 12 39 25 29 28 2D
Octal 241 204 105 0 22 71 45 51 50 55
Binary 10100001 10000100 1000101 0 10010 111001 100101 101001 101000 101101

Color Harmonies of #A18445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18445

Black with #A18445

Text Example


Text Example

White with #A18445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18445; }

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

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

background-color css

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

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

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

border-color css

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

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

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