Html Css Color HEX #A18544 Luxor Gold

📋 copy color: '#A18544'

red 161 ◦ green 133 ◦ blue 68

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

Shades of Luxor Gold #A18544

Tints of Luxor Gold #A18544

RGB

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

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

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

R = 44.48%
G = 36.74%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A18544 (or 0xA18544) is known color: Luxor Gold. HEX triplet: A1, 85 and 44. RGB value is (161,133,68). Sum of RGB (Red+Green+Blue) = 161+133+68=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A18544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18544 is #5E7ABB. Grayscale: #868686. Windows color (decimal): -6191804 or 4490657. OLE color: 4490657.

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

Color convert

RGB 161 133 68 -
CMYK 0 0.17 0.58 0.37
HSL 41.94º 0.41% 0.45% -
HSV(B) 41.94º 0.58% 0.63% -
XYZ 24.13 24.77 8.98 -
YUV 133.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 161 133 68 0 0.17 0.58 0.37 41.94 0.41 0.45
Hex A1 85 44 0 11 3A 25 2A 29 2D
Octal 241 205 104 0 21 72 45 52 51 55
Binary 10100001 10000101 1000100 0 10001 111010 100101 101010 101001 101101

Color Harmonies of #A18544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18544

Black with #A18544

Text Example


Text Example

White with #A18544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18544; }

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

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

background-color css

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

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

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

border-color css

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

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

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